Skip to content

Commit d92c4eb

Browse files
committed
rsync bug
1 parent a2cc671 commit d92c4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

batchtools/br.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def log_job_output(
290290
oc_delete("job", job_name)
291291
total_wall = time.monotonic() - start_poll
292292
# timeout: no run duration (didn't finish), queue_wait may or may not be set
293-
# print_timing(queue_wait, None, total_wall)
293+
print_timing(queue_wait, None, total_wall)
294294
return ("timeout", None, queue_wait, total_wall)
295295

296296
time.sleep(2)

batchtools/build_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
oc rsh {devpod_name} rm -f \
2727
{jobs_dir}/{job_name}/getlist
28-
28+
2929
"""
3030

3131

0 commit comments

Comments
 (0)