You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When running on osx I got the following error:
creating the
saved_campaigns
dir fixed the problemThe text was updated successfully, but these errors were encountered: