Remove unused variable

This commit is contained in:
Leo Koppelkamm 2015-07-27 22:11:43 +02:00
parent 91e4ea6e2f
commit 43fb7fe635
1 changed files with 0 additions and 1 deletions

View File

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