1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

Remove unused variable

This commit is contained in:
Leo Koppelkamm 2015-07-27 22:11:43 +02:00
parent 91e4ea6e2f
commit 43fb7fe635

View File

@ -293,7 +293,6 @@ def run_duplicity_verification():
env = load_environment() env = load_environment()
config = get_backup_config() config = get_backup_config()
backup_cache_dir = os.path.join(backup_root, 'cache') backup_cache_dir = os.path.join(backup_root, 'cache')
backup_dir = os.path.join(backup_root, 'encrypted')
shell('check_call', [ shell('check_call', [
"/usr/bin/duplicity", "/usr/bin/duplicity",