downgrade pyinstaller (random fp detection with latest version)

This commit is contained in:
faroukbmiled 2023-08-31 13:56:47 +01:00
parent 657157637c
commit 0604679e6c

View File

@ -2141,7 +2141,7 @@ class BOIIIWD(ctk.CTk):
usermaps_folder = os.path.join(destination_folder, "usermaps")
folder_name_path = os.path.join(usermaps_folder, folder_name, "zone")
else:
show_message("Error", "Invalid workshop type in workshop.json, are you sure this is a map or a mod?., skipping...", icon="cancel")
show_message("Error", f"Invalid workshop type in workshop.json, are you sure this is a map or a mod?., skipping {workshop_id}...", icon="cancel")
return
os.makedirs(folder_name_path, exist_ok=True)