Skip to content

Commit 2c0f6aa

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

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pydra/engine/audit.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -225,15 +225,14 @@ def audit_task(self, task):
225225
"Label": label,
226226
"Command": command,
227227
"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-
},
228+
"AssociatedWith": {
229+
"@id": self.aid,
230+
# YC: need to add Label, which should be
231+
# the software name in a shellcommand task
232+
# the function's package in a function task
233+
# else be python
234+
"Version": version_cmd,
235+
},
237236
}
238237

239238
self.audit_message(start_message, AuditFlag.PROV)

0 commit comments

Comments
 (0)