Skip to content

Commit 5852cdd

Browse files
committed
another debugging statement
1 parent 0a74ae9 commit 5852cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/compose/shell/tests/test_shell_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,7 +2296,7 @@ class Outputs(shell.Outputs):
22962296
files_id=new_files_id,
22972297
)
22982298

2299-
print(os.environ)
2299+
raise Exception(str(os.environ))
23002300

23012301
outputs = results_function(shelly, worker=worker, cache_root=tmp_path)
23022302
assert outputs.stdout == ""

0 commit comments

Comments
 (0)