Skip to content

Commit f7b9e49

Browse files
committed
Address PR comments
1 parent 9f65c89 commit f7b9e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reframe/core/schedulers/torque.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ def finished(self, job):
9595

9696
with os_ext.change_dir(job.workdir):
9797
done = os.path.exists(job.stdout) and os.path.exists(job.stderr)
98+
9899
return job.state == 'COMPLETED' and done

0 commit comments

Comments
 (0)