diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index 94db4b2..e29d451 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -49,6 +49,6 @@ dictionary = { 'Color transfer to predicted face' : 'rct', 'Press enter in 2 seconds to override model settings.' : 'y', } -os.mkdirs('DeepFaceLab_Linux/workspace/interact', exist_ok = True) +os.makedirs('DeepFaceLab_Linux/workspace/interact', exist_ok = True) with open('DeepFaceLab_Linux/workspace/interact/interact_dict.json', 'w') as handle: json.dump(dictionary, handle)