Skip to content

Commit

Permalink
Update iodata/formats/molekel.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
tovrstra and sourcery-ai[bot] authored Jun 20, 2024
1 parent 92d683c commit 9bf56e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/formats/molekel.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def dump_one(f: TextIO, data: IOData):
_dump_helper_occ(f, data, spin="b")

else:
raise AssertionError("This should not happen because of prepare_dump")
raise RuntimeError("This should not happen because of prepare_dump")


# Defining help dumping functions
Expand Down

0 comments on commit 9bf56e9

Please sign in to comment.