added archive directory.

This commit is contained in:
Jonas Winkler
2020-11-25 14:45:21 +01:00
parent 7a6dcf8520
commit 28cd246d48
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ class Consumer(LoggingMixin):
os.makedirs(settings.SCRATCH_DIR, exist_ok=True)
os.makedirs(settings.THUMBNAIL_DIR, exist_ok=True)
os.makedirs(settings.ORIGINALS_DIR, exist_ok=True)
os.makedirs(settings.ARCHIVE_DIR, exist_ok=True)
def try_consume_file(self,
path,