Skip to content

Commit 9673908

Browse files
djareckaeffigies
andauthored
Update pydra/engine/environments.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 58038f5 commit 9673908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydra/engine/environments.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def execute(self, task):
108108
)
109109
docker_args.extend(["-w", f"{self.root}{task.output_dir}"])
110110
keys = ["return_code", "stdout", "stderr"]
111-
# print("\n Docker args", docker_args)
112111

113112
values = execute(
114113
docker_args + [docker_img] + task.command_args(root=self.root),

0 commit comments

Comments
 (0)