Wargroove: Add space in concatenated string #5696

This commit is contained in:
Duck
2025-11-29 10:51:20 -07:00
committed by GitHub
parent 7631242621
commit c05a2adc38

View File

@@ -178,7 +178,7 @@ class WargrooveContext(CommonContext):
self.remove_communication_files() self.remove_communication_files()
atexit.register(self.remove_communication_files) atexit.register(self.remove_communication_files)
if not os.path.isdir(appdata_wargroove): if not os.path.isdir(appdata_wargroove):
print_error_and_close("WargrooveClient couldn't find Wargoove in appdata!" print_error_and_close("WargrooveClient couldn't find Wargoove in appdata! "
"Boot Wargroove and then close it to attempt to fix this error") "Boot Wargroove and then close it to attempt to fix this error")
mods_directory = os.path.join(appdata_wargroove, "mods", "ArchipelagoMod") mods_directory = os.path.join(appdata_wargroove, "mods", "ArchipelagoMod")
save_directory = os.path.join(appdata_wargroove, "save") save_directory = os.path.join(appdata_wargroove, "save")