forked from MirrorHub/synapse
Remove duplicate directory test
This commit is contained in:
parent
3fe2bae857
commit
8e85220373
1 changed files with 0 additions and 4 deletions
|
@ -84,10 +84,6 @@ class ContentRepositoryConfig(Config):
|
||||||
self.media_store_path = self.ensure_directory(config["media_store_path"])
|
self.media_store_path = self.ensure_directory(config["media_store_path"])
|
||||||
|
|
||||||
backup_media_store_path = config.get("backup_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 = config.get(
|
||||||
"synchronous_backup_media_store", False
|
"synchronous_backup_media_store", False
|
||||||
|
|
Loading…
Reference in a new issue