Skip to content

Commit

Permalink
Chain exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 24, 2024
1 parent d26da63 commit 4440493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_dice_solver/dice_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _call_dice(working_dir: Path, mpirun_options: Sequence[str] | str | None) ->
command=dice_call,
returncode=e.returncode,
log_path=dice_log_path,
)
) from e


def _write_input_files(
Expand Down

0 comments on commit 4440493

Please sign in to comment.