Skip to content

Commit 2b4697f

Browse files
committed
[provenance] prefix in log statement
1 parent a05d682 commit 2b4697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/provenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ def _relativise_files(self, structure):
15681568
if not relative_path and "location" in structure:
15691569
# Register in RO; but why was this not picked
15701570
# up by used_artefacts?
1571-
_logger.info("Adding to RO %s", structure["location"])
1571+
_logger.info("[provenance] Adding to RO %s", structure["location"])
15721572
fsaccess = self.make_fs_access("")
15731573
with fsaccess.open(structure["location"], "rb") as fp:
15741574
relative_path = self.add_data_file(fp)

0 commit comments

Comments
 (0)