Skip to content

Commit 33947de

Browse files
committed
Update errors
1 parent 1ec0de5 commit 33947de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/config-tool/cfg_usbsid_GUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def __init__(self, root):
3434

3535
# Sprawdź czy pliki istnieją
3636
if not os.path.exists(self.exe_path):
37-
messagebox.showerror("Error", f"cfg_usbsid.exe not found at: {self.exe_path}")
37+
messagebox.showerror("Error", f"{toolexe} not found at: {self.exe_path}")
3838
if not os.path.exists(self.default_ini_path):
39-
messagebox.showwarning("Warning", f"default.ini not found at: {self.default_ini_path}")
39+
messagebox.showwarning("Warning", f"{toolini} not found at: {self.default_ini_path}")
4040

4141
# Konfiguracja
4242
self.config = configparser.ConfigParser()

0 commit comments

Comments
 (0)