Skip to content

Commit

Permalink
Removed torf.exceptions as that doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 14, 2023
1 parent 5b9afba commit 25937f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions torfGUI/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ def callback(*args):
)
try:
self.success = t.generate(callback=callback)
# ignore empty inputs
except torf.exceptions.EmptyInputException:
continue
except Exception as exc:
self.onError.emit(str(exc))
return
Expand Down

0 comments on commit 25937f5

Please sign in to comment.