Skip to content

Commit 93f091a

Browse files
committed
Run make format
1 parent b954975 commit 93f091a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/provenance_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def declare_file(self, value: CWLObjectType) -> Tuple[ProvEntity, ProvEntity, st
352352

353353
# Transfer input data annotations to provenance:
354354
if "label" in value:
355-
file_entity.add_attributes({PROV_LABEL: value["label"]})
355+
file_entity.add_attributes({PROV_LABEL: value["label"]})
356356

357357
# Check for secondaries
358358
for sec in cast(

0 commit comments

Comments
 (0)