Skip to content

Commit

Permalink
cat-log: preserver remote error code
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Feb 5, 2025
1 parent bc1a962 commit d46501f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cylc/flow/scripts/cat_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ def _main(
files.sort()
print('\n'.join(files))
print(err, file=sys.stderr)
sys.exit(proc.returncode)

Check warning on line 642 in cylc/flow/scripts/cat_log.py

View check run for this annotation

Codecov / codecov/patch

cylc/flow/scripts/cat_log.py#L642

Added line #L642 was not covered by tests

else:
# Local task job or local job log.
Expand Down

0 comments on commit d46501f

Please sign in to comment.