From 25937f52f36eed9b64a3bb04760d5f643da1d5d5 Mon Sep 17 00:00:00 2001 From: SavageCore Date: Thu, 14 Sep 2023 12:28:49 +0100 Subject: [PATCH] Removed torf.exceptions as that doesn't exist --- torfGUI/gui.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/torfGUI/gui.py b/torfGUI/gui.py index f307310..2761ca2 100644 --- a/torfGUI/gui.py +++ b/torfGUI/gui.py @@ -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