Skip to content

Commit 3a73b0b

Browse files
committed
Fixed line too long
1 parent 15cd80d commit 3a73b0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydra/engine/audit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def audit_task(self, task):
177177
else:
178178
# work on changing this to function name
179179
label = "Unknown"
180-
# use task name or the name of the function for python function tasks. If no name, figure out how to get the name of the function from task.
181180

182181
if hasattr(task.inputs, "args"):
183182
command = task.cmdline

0 commit comments

Comments
 (0)