Skip to content

Commit 0546728

Browse files
authored
Merge pull request #55 from LouDnl/dev
Dev
2 parents f3c9ce1 + 019fe23 commit 0546728

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cases/v1.3/Dual_USBSID-Pico_Commodore_64_Case/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Download
22
Download the case print files here:
3-
[Dual USBSID-Pico Commodore 64 Case](makerworld.com/en/models/1639001-dual-usbsid-pico-commodore-64-case)
3+
[Dual USBSID-Pico Commodore 64 Case](https://makerworld.com/en/models/1639001-dual-usbsid-pico-commodore-64-case)
44
by [OlefinMakes](https://makerworld.com/en/@OlefinMakes) over at [MakerWorld](https://makerworld.com/en)
55

66
# Description

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)