Skip to content

Commit bf593de

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e73b15b commit bf593de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/audit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def audit_task(self, task):
184184
file_hash = hash_file(input_path)
185185
entity_id = f"uid:{gen_uuid()}"
186186
entity_message = {
187-
"@id": entity_id,
187+
"@id": entity_id,
188188
"Label": input_name,
189189
"AtLocation": input_path,
190190
"GeneratedBy": None,

0 commit comments

Comments
 (0)