From b6707976654c67517a0dadd5afc2675a3760286f Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 21 May 2024 15:36:59 +0100 Subject: [PATCH] making optional CSV writing arg parsable from the config json for met extractor --- ews/coordinator/processor_environment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ews/coordinator/processor_environment.py b/ews/coordinator/processor_environment.py index 1708eeb..57947dc 100644 --- a/ews/coordinator/processor_environment.py +++ b/ews/coordinator/processor_environment.py @@ -64,7 +64,6 @@ class ProcessorEnvironment(ProcessorBase): pipeline_config = config["Environment"] try: - #todo lawrence comment this back to original (extracted=False) self.run_pipeline(pipeline_config, region, config["StartString"]) except: logger.exception(f"Some failure when running EnvSuitPipeline.py") -- GitLab