sudasana / armcom2

Armoured Commander II
104 stars 13 forks source link

OSX No such file or directory: 'saved_campaigns/' #31

Open unstoppablecarl opened 3 years ago

unstoppablecarl commented 3 years ago

When running on osx I got the following error:

File "/armcom2-master/armcom2.py", line 18098, in UpdateMainTitleCon
    if len(os.listdir(SAVEPATH)) == 0:
FileNotFoundError: [Errno 2] No such file or directory: 'saved_campaigns/'

creating the saved_campaigns dir fixed the problem