Skip to content

Commit cd52fac

Browse files
committed
debugging
1 parent db4d2a2 commit cd52fac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wfl/autoparallelize/remote.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ def do_remotely(remote_info, hash_ignore=[], num_inputs_per_python_subprocess=1,
106106
try:
107107
ats_out, stdout, stderr = xpr.get_results(timeout=remote_info.timeout, check_interval=remote_info.check_interval)
108108
except Exception as exc:
109+
print("stdout","-"*30)
110+
print(stdout)
111+
print("stderr", "-"*30)
112+
print(stderr)
109113
warnings.warn(f'Failed in remote job {xpr.id} on {xpr.system_name}')
110114
if not remote_info.ignore_failed_jobs:
111115
raise

0 commit comments

Comments
 (0)