Skip to content

Commit

Permalink
Merge pull request #1195 from Dreaded-Gnu/manuskriptw-startup-fix
Browse files Browse the repository at this point in the history
Fix manuskriptw startup error
  • Loading branch information
TheJackiMonster authored Aug 7, 2023
2 parents 1933d53 + 42245d3 commit 6ee7e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuskript/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

try:
faulthandler.enable()
except AttributeError:
except (AttributeError, RuntimeError):
print("Faulthandler failed")

import logging
Expand Down

0 comments on commit 6ee7e88

Please sign in to comment.