This commit is contained in:
Gregory Salaun 2022-01-26 20:33:10 +07:00
parent 4c658eac53
commit 19c2881585

View File

@ -29,4 +29,4 @@ for section in section_folders:
for section in section_folders: for section in section_folders:
if os.path.exists(os.path.join(source_path, section)): if os.path.exists(os.path.join(source_path, section)):
for dir in os.listdir(os.path.join(source_path, section)): for dir in os.listdir(os.path.join(source_path, section)):
shutil.move(os.path.join(source_path, section, dir), os.path.join(dest_path, section)) shutil.move(os.path.join(source_path, section, dir), os.path.join(dest_path, section, dir))