some more tests.

This commit is contained in:
jonaswinkler
2020-12-01 14:15:43 +01:00
parent e528a8446e
commit 1f90d50833
5 changed files with 441 additions and 55 deletions

View File

@@ -10,7 +10,6 @@ def create_source_path_directory(source_path):
os.makedirs(os.path.dirname(source_path), exist_ok=True)
# TODO: also make this work for archive dir
def delete_empty_directories(directory, root):
if not os.path.isdir(directory):
return