update
This commit is contained in:
parent
4c658eac53
commit
19c2881585
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user