Loading csst_common/pipeline.py +0 −3 Original line number Original line Diff line number Diff line Loading @@ -94,11 +94,8 @@ class Pipeline: "BUILD": os.getenv("BUILD", "-"), "BUILD": os.getenv("BUILD", "-"), "CREATED": os.getenv("CREATED", "-"), "CREATED": os.getenv("CREATED", "-"), # additional settings # additional settings # verbose mode "VERBOSE": os.getenv("VERBOSE", "false").lower() == "true", "VERBOSE": os.getenv("VERBOSE", "false").lower() == "true", # ignore warnings "IGNORE_WARNINGS": os.getenv("IGNORE_WARNINGS", "true").lower() == "true", "IGNORE_WARNINGS": os.getenv("IGNORE_WARNINGS", "true").lower() == "true", # support OSS, False by default "USE_OSS": (os.getenv("USE_OSS", "false")).lower() == "true", "USE_OSS": (os.getenv("USE_OSS", "false")).lower() == "true", } } # set attributes # set attributes Loading Loading
csst_common/pipeline.py +0 −3 Original line number Original line Diff line number Diff line Loading @@ -94,11 +94,8 @@ class Pipeline: "BUILD": os.getenv("BUILD", "-"), "BUILD": os.getenv("BUILD", "-"), "CREATED": os.getenv("CREATED", "-"), "CREATED": os.getenv("CREATED", "-"), # additional settings # additional settings # verbose mode "VERBOSE": os.getenv("VERBOSE", "false").lower() == "true", "VERBOSE": os.getenv("VERBOSE", "false").lower() == "true", # ignore warnings "IGNORE_WARNINGS": os.getenv("IGNORE_WARNINGS", "true").lower() == "true", "IGNORE_WARNINGS": os.getenv("IGNORE_WARNINGS", "true").lower() == "true", # support OSS, False by default "USE_OSS": (os.getenv("USE_OSS", "false")).lower() == "true", "USE_OSS": (os.getenv("USE_OSS", "false")).lower() == "true", } } # set attributes # set attributes Loading