Skip to content
Snippets Groups Projects
Commit 8e852203 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove duplicate directory test

parent 3fe2bae8
No related branches found
No related tags found
No related merge requests found
......@@ -84,10 +84,6 @@ class ContentRepositoryConfig(Config):
self.media_store_path = self.ensure_directory(config["media_store_path"])
backup_media_store_path = config.get("backup_media_store_path")
if backup_media_store_path:
backup_media_store_path = self.ensure_directory(
self.backup_media_store_path
)
synchronous_backup_media_store = config.get(
"synchronous_backup_media_store", False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment