Minor typo
This commit is contained in:
parent
855fb52c65
commit
d2497d59cd
@ -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')):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user