diff options
author | Erik Johnston <erik@matrix.org> | 2018-01-18 17:12:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-01-18 17:12:35 +0000 |
commit | 8e85220373ee7a0396f36ffd3fddab8b1d6a7a12 (patch) | |
tree | 87f8d70517994806d8a3da223b4e7c8b1e283bfd /synapse/config/repository.py | |
parent | Missing staticmethod (diff) | |
download | synapse-8e85220373ee7a0396f36ffd3fddab8b1d6a7a12.tar.xz |
Remove duplicate directory test
Diffstat (limited to 'synapse/config/repository.py')
-rw-r--r-- | synapse/config/repository.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py index 8bbc16ba40..364e823cd3 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -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 |