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 e00a61a commit 2c0f6aaCopy full SHA for 2c0f6aa
pydra/engine/audit.py
@@ -225,15 +225,14 @@ def audit_task(self, task):
225
"Label": label,
226
"Command": command,
227
"StartedAtTime": now(),
228
- "AssociatedWith":
229
- {
230
- "@id": self.aid,
231
- # YC: need to add Label, which should be
232
- # the software name in a shellcommand task
233
- # the function's package in a function task
234
- # else be python
235
- "Version": version_cmd
236
- },
+ "AssociatedWith": {
+ "@id": self.aid,
+ # YC: need to add Label, which should be
+ # the software name in a shellcommand task
+ # the function's package in a function task
+ # else be python
+ "Version": version_cmd,
+ },
237
}
238
239
self.audit_message(start_message, AuditFlag.PROV)
0 commit comments