Skip to content

Commit 0a74ae9

Browse files
committed
debugging statement
1 parent 14be290 commit 0a74ae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydra/compose/shell/tests/test_shell_run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,8 @@ class Outputs(shell.Outputs):
22962296
files_id=new_files_id,
22972297
)
22982298

2299+
print(os.environ)
2300+
22992301
outputs = results_function(shelly, worker=worker, cache_root=tmp_path)
23002302
assert outputs.stdout == ""
23012303
for file in outputs.new_files:

0 commit comments

Comments
 (0)