Skip to content

Commit

Permalink
Update hpc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Nov 15, 2023
1 parent a14920b commit 602356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covalent_hpc_plugin/hpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ async def run(
print(stderr, file=sys.stderr)

if exception:
raise RuntimeError(f"Fetching job result failed: {stderr}")
raise RuntimeError(f"Fetching job result failed: {stderr}. Exception: {exception}")

app_log.debug("Preparing for teardown")

Expand Down

0 comments on commit 602356f

Please sign in to comment.