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 a05d682 commit 2b4697fCopy full SHA for 2b4697f
cwltool/provenance.py
@@ -1568,7 +1568,7 @@ def _relativise_files(self, structure):
1568
if not relative_path and "location" in structure:
1569
# Register in RO; but why was this not picked
1570
# up by used_artefacts?
1571
- _logger.info("Adding to RO %s", structure["location"])
+ _logger.info("[provenance] Adding to RO %s", structure["location"])
1572
fsaccess = self.make_fs_access("")
1573
with fsaccess.open(structure["location"], "rb") as fp:
1574
relative_path = self.add_data_file(fp)
0 commit comments