Minor typo

This commit is contained in:
Vivek Teega 2020-04-24 03:30:20 +05:30 committed by GitHub
parent 855fb52c65
commit d2497d59cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ def moveCSVfiles():
destfolder = os.path.join(current_folder_path,csv_foldername)
if not os.path.isdir(destfolder):
os.path.mkdir(destfolder)
os.mkdir(destfolder)
for f in files:
if (f.endswith('.csv')):