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 ef25055 commit 70f15eeCopy full SHA for 70f15ee
pydra/engine/audit.py
@@ -188,11 +188,6 @@ def audit_task(self, task):
188
at_location = None
189
input_file = None
190
191
- # Next question for Dorota...Should we check if
192
- # an output is generated by the task, and if so,
193
- # map it to the entity message? (e.g., mrcat input output -- then get the responsible command if ran successfully) GeneratedBy: mrcat
194
- # if hasattr(task.outputs, "out_file"):
195
-
196
if command is not None:
197
cmd_name = command.split()[0]
198
software = f"{cmd_name} --version"
0 commit comments