Update folder_paths.py

fixed typo in veryfy -> verify
This commit is contained in:
Jose Abelardo Gutierrez Satruno 2023-09-06 01:20:20 +02:00 committed by GitHub
parent 32631c61b6
commit a0001bd384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ input_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "inp
filename_list_cache = {}
def veryfy_input_directory():
def verify_input_directory():
global input_directory
if not os.path.exists(input_directory):
os.makedirs(input_directory)