tyiannak/amvoc

The folder app_date is not created automatically the first time the app is run.

Closed this issue · 1 comments

The folder app_date is not created automatically the first time the app is run.

The error message:

Traceback (most recent call last):
File "C:\Users\Chris\Desktop\amvoc\src\main.py", line 491, in
with open('./app_data/annotations_eval_{}.json'.format((args.input_file.split('/')[-1]).split('.')[0]), 'w') as outfile:
FileNotFoundError: [Errno 2] No such file or directory: './app_data/annotations_eval_B148_test_small.json'