Skip to content

Commit 70f15ee

Browse files
Ryan CaliRyan Cali
authored andcommitted
flake8
1 parent ef25055 commit 70f15ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pydra/engine/audit.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ def audit_task(self, task):
188188
at_location = None
189189
input_file = None
190190

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-
196191
if command is not None:
197192
cmd_name = command.split()[0]
198193
software = f"{cmd_name} --version"

0 commit comments

Comments
 (0)