We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0770b4 commit 3462466Copy full SHA for 3462466
pydra/engine/audit.py
@@ -224,9 +224,9 @@ def audit_task(self, task):
224
"@id": self.aid,
225
"Label": print(entity_label),
226
"AtLocation": at_location,
227
- "GeneratedBy": "test", # if not part of workflow, this will be none
+ "GeneratedBy": "test", # if not part of workflow, this will be none
228
"Type": "Task",
229
- "digest": "checksum" # hash value under helpers.py
+ "digest": "checksum", # hash value under helpers.py
230
}
231
232
# new code to be added here for i/o tracking - WIP
0 commit comments