Skip to content

Commit

Permalink
Update pydra/engine/environments.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
djarecka and effigies authored Nov 15, 2023
1 parent 58038f5 commit 9673908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydra/engine/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def execute(self, task):
)
docker_args.extend(["-w", f"{self.root}{task.output_dir}"])
keys = ["return_code", "stdout", "stderr"]

Check warning on line 110 in pydra/engine/environments.py

View check run for this annotation

Codecov / codecov/patch

pydra/engine/environments.py#L109-L110

Added lines #L109 - L110 were not covered by tests
# print("\n Docker args", docker_args)

values = execute(

Check warning on line 112 in pydra/engine/environments.py

View check run for this annotation

Codecov / codecov/patch

pydra/engine/environments.py#L112

Added line #L112 was not covered by tests
docker_args + [docker_img] + task.command_args(root=self.root),
Expand Down

0 comments on commit 9673908

Please sign in to comment.