mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-11 22:51:42 +08:00
Remove unnecessary comment
This commit is contained in:
parent
ca587bed33
commit
56c3155f77
1 changed files with 1 additions and 3 deletions
|
|
@ -555,8 +555,6 @@ This is free software, and you are welcome to redistribute it under certain cond
|
||||||
]
|
]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
auto_upgrade_percent_chance = None
|
auto_upgrade_percent_chance = None
|
||||||
|
|
||||||
# TODO: Deprecated auto_upgrade_interval in favor of auto_upgrade_percent_chance
|
|
||||||
try:
|
try:
|
||||||
auto_upgrade_interval = full_config["global_options"]["auto_upgrade_interval"]
|
auto_upgrade_interval = full_config["global_options"]["auto_upgrade_interval"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
@ -726,7 +724,7 @@ This is free software, and you are welcome to redistribute it under certain cond
|
||||||
"quick_check", # TODO: deprecated
|
"quick_check", # TODO: deprecated
|
||||||
"full_check", # TODO: deprecated
|
"full_check", # TODO: deprecated
|
||||||
"prune",
|
"prune",
|
||||||
"prune_max",
|
"prune_max", # TODO: deprecated
|
||||||
"unlock",
|
"unlock",
|
||||||
"repair",
|
"repair",
|
||||||
"repair_index", # TODO: deprecated
|
"repair_index", # TODO: deprecated
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue