FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b4496f8a authored by L. Bower's avatar L. Bower
Browse files

fixing bug

parent cdc5c41a
No related branches found
No related tags found
No related merge requests found
......@@ -518,6 +518,7 @@ class Processor:
json.dump(configjson, write_file, indent = 4)
# proc_description = universal_config['ProcessInJob']
proc_description = 'ProcessInJob'
try:
proc_out = self.process_in_job(jobPath, status, configjson, component)
except:
......@@ -548,7 +549,8 @@ class Processor:
# Run EWS-plotting command
proc_description = universal_config['ProcessEWSPlotting']
# proc_description = universal_config['ProcessEWSPlotting']
proc_description = 'ProcessEWSPlotting'
try:
EWSPlottingOutputs = self.process_post_job(jobPath, configjson)
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment