Formatting

This commit is contained in:
Andrew Burkett 2019-12-24 11:52:39 -08:00
parent 5ea7e1eaa6
commit 16c378507d
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ def run_configuration(config_filename, config, arguments):
* JSON output strings from successfully executing any actions that produce JSON
* logging.LogRecord instances containing errors from any actions or backup hooks that fail
'''
(location, storage, retention, consistency, hooks) = (
config.get(section_name, {})
for section_name in ('location', 'storage', 'retention', 'consistency', 'hooks')