File tree Expand file tree Collapse file tree
cases/v1.3/Dual_USBSID-Pico_Commodore_64_Case Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Download
22Download 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)
44by [ OlefinMakes] ( https://makerworld.com/en/@OlefinMakes ) over at [ MakerWorld] ( https://makerworld.com/en )
55
66# Description
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments