Skip to content

Commit 00c9573

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 608b23f commit 00c9573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydra/engine/audit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def audit_check(self, flag):
171171

172172
def audit_task(self, task):
173173
import subprocess as sp
174+
174175
label = task.name
175176
if hasattr(task.inputs, "executable"):
176177
command = task.cmdline

0 commit comments

Comments
 (0)