From 9a627df31b08c47b296ac3e63d433093a9f2d2e0 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Sun, 19 May 2024 23:05:19 +0200 Subject: [PATCH] added extra error statement --- project.py | 1 + 1 file changed, 1 insertion(+) diff --git a/project.py b/project.py index 9cf4151..2fd8e3a 100644 --- a/project.py +++ b/project.py @@ -37,6 +37,7 @@ def main(): gui.mainloop() except TypeError: sys.exit("The config file seems to be corrupted, please run: 'python project.py --config'") + sys.exit("No Config available. please run: 'python project.py --config' to set it up")