Skip to content

Commit

Permalink
Merge branch 'HRefODrag' of https://github.com/VirtualPlanetaryLabora…
Browse files Browse the repository at this point in the history
…tory/vplanet into HRefODrag
  • Loading branch information
RoryBarnes committed Apr 24, 2024
2 parents 6cb2379 + 7e5d898 commit df2383f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vplanet/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def run(
try:
subprocess.check_output(args, cwd=path)
except subprocess.CalledProcessError as e:
print(e)
error = True
if error:
raise VPLANETError("Error running VPLANET.")
Expand Down

0 comments on commit df2383f

Please sign in to comment.