mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 05:11:47 -07:00
create sprite directory if it doesn't exist
This commit is contained in:
@@ -1691,6 +1691,7 @@ def update_sprites(task, on_finish=None):
|
||||
resultmessage = ""
|
||||
successful = True
|
||||
sprite_dir = local_path("data", "sprites", "alttpr")
|
||||
os.makedirs(sprite_dir, exist_ok=True)
|
||||
|
||||
def finished():
|
||||
task.close_window()
|
||||
|
||||
Reference in New Issue
Block a user