mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use count_documents to get folder count
- map filenames with db data
This commit is contained in:
@@ -21,7 +21,6 @@ class CopyFiles:
|
||||
|
||||
for entry in files:
|
||||
src = os.path.join(os.getcwd(), entry["src"])
|
||||
print(f"Copying {src} to {entry['dest']}")
|
||||
|
||||
if entry["is_dir"]:
|
||||
shutil.copytree(
|
||||
|
||||
Reference in New Issue
Block a user