Skip to content

Commit e2eb028

Browse files
Ryan CaliRyan Cali
authored andcommitted
Merged changes
2 parents 4af7944 + 82f340d commit e2eb028

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydra/engine/audit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from ..utils.messenger import send_message, make_message, gen_uuid, now, AuditFlag
77
from .helpers import ensure_list, gather_runtime_info
88

9-
109
class Audit:
1110
"""Handle provenance tracking and resource utilization."""
1211

@@ -207,7 +206,6 @@ def audit_task(self, task):
207206
"Label": label,
208207
"Command": command,
209208
"StartedAtTime": now(),
210-
# "Used": input_file,
211209
"AssociatedWith": version_cmd,
212210
}
213211

0 commit comments

Comments
 (0)