Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ecmwf/tracksuite into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Feb 15, 2024
2 parents 40d1250 + f43b576 commit f0fa14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracksuite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def run_cmd(cmd, timeout=300, **kwargs):
exc.returncode = -1
raise CmdError("timeout", exc)
except subprocess.CalledProcessError as exc:
exc.output = str(exc)
raise CmdError("error", exc)
except Exception as exc:
exc.returncode = 99
Expand Down

0 comments on commit f0fa14d

Please sign in to comment.