use count_documents to get folder count

- map filenames with db data
This commit is contained in:
geoffrey45
2022-06-21 16:24:27 +03:00
parent 2b5e9c02bb
commit 3cd0527962
9 changed files with 41 additions and 26 deletions
-1
View File
@@ -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(