diff --git a/vplanet/wrapper.py b/vplanet/wrapper.py index 5def03081..36bd711a8 100644 --- a/vplanet/wrapper.py +++ b/vplanet/wrapper.py @@ -87,9 +87,9 @@ def run( try: subprocess.check_output(args, cwd=path) except subprocess.CalledProcessError as e: + print(e) error = True if error: - print(e) raise VPLANETError("Error running VPLANET.") # Grab the output