mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Remove unused variable
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user