Skip to content

Commit

Permalink
Printing output from an error running vplanet now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Apr 23, 2024
1 parent 4423e7a commit 2c0880b
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 @@ -89,6 +89,7 @@ def run(
except subprocess.CalledProcessError as e:
error = True
if error:
print(e)
raise VPLANETError("Error running VPLANET.")

# Grab the output
Expand Down

0 comments on commit 2c0880b

Please sign in to comment.