From 5a40b2f3d9d572b6413675f0d11fa719c7036f86 Mon Sep 17 00:00:00 2001 From: HKajal <156165044+HKajal@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:55:35 +0530 Subject: [PATCH] Update gui.py just adding word --- gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.py b/gui/gui.py index 17f2582a..5254a24b 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -7,7 +7,7 @@ import tkinter.filedialog from pathlib import Path -# Add tkdesigner to path +# Add tkdesigner to the path sys.path.insert(0, str(Path(__file__).resolve().parent.parent)) try: from tkdesigner.designer import Designer