diff --git a/scripts/gw.py b/scripts/gw.py index 38be3b84..c94865b0 100644 --- a/scripts/gw.py +++ b/scripts/gw.py @@ -11,7 +11,6 @@ import sys import importlib -from greaseweazle import error missing_modules = [] @@ -61,7 +60,7 @@ res = main(argv) if res is None: res = 0 -except (error.Fatal, FileNotFoundError) as err: +except Exception as err: print("** FATAL ERROR:") print(err) res = 1