We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf4b14 + fb955b6 commit 4617415Copy full SHA for 4617415
cwltool/workflow.py
@@ -253,6 +253,7 @@ def do_output_callback(self, final_output_callback):
253
datetime.datetime.now())
254
self.prov_obj.finalize_prov_profile(str(self.name))
255
_logger.info(u"[%s] completed %s", self.name, self.processStatus)
256
+ _logger.debug(u"[%s] %s", self.name, json_dumps(wo, indent=4))
257
258
self.did_callback = True
259
@@ -413,6 +414,9 @@ def job(self,
413
414
self.state = {}
415
self.processStatus = "success"
416
417
+ _logger.debug(u"[%s] %s", self.name, json_dumps(joborder,
418
+ indent=4))
419
+
420
runtimeContext = runtimeContext.copy()
421
runtimeContext.outdir = None
422
0 commit comments