Skip to content

Commit 3462466

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/audit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ def audit_task(self, task):
224224
"@id": self.aid,
225225
"Label": print(entity_label),
226226
"AtLocation": at_location,
227-
"GeneratedBy": "test", # if not part of workflow, this will be none
227+
"GeneratedBy": "test", # if not part of workflow, this will be none
228228
"Type": "Task",
229-
"digest": "checksum" # hash value under helpers.py
229+
"digest": "checksum", # hash value under helpers.py
230230
}
231231

232232
# new code to be added here for i/o tracking - WIP

0 commit comments

Comments
 (0)