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:
parent
91e4ea6e2f
commit
43fb7fe635
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user