Skip to content

Commit 2912ee6

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pydra/engine/audit.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ def audit_task(self, task):
218218
}
219219
entity_id = f"uid:{gen_uuid()}"
220220
entity_message = {
221-
"@id": entity_id,
221+
"@id": entity_id,
222222
"Label": print(entity_label),
223-
"AtLocation": input_path,
224-
"GeneratedBy": "test",
223+
"AtLocation": input_path,
224+
"GeneratedBy": "test",
225225
"@type": "input",
226-
"digest": file_hash
226+
"digest": file_hash,
227227
}
228228

229229
self.audit_message(start_message, AuditFlag.PROV)

0 commit comments

Comments
 (0)