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.
1 parent 778309c commit bbda85aCopy full SHA for bbda85a
cwltool/provenance.py
@@ -1548,8 +1548,6 @@ def create_job(self,
1548
with self.write_bag_file(rel_path) as file_path:
1549
file_path.write(j + u"\n")
1550
_logger.info(u"[provenance] Generated customised job file: %s", rel_path)
1551
- print ("copied: ", copied)
1552
- print ("original", builderJob)
1553
#Generate dictionary with keys as workflow level input IDs and values as
1554
#1) for files the relativised location containing hash
1555
#2) for other attributes, the actual value.
0 commit comments