Formatting

This commit is contained in:
Andrew Burkett 2019-12-24 11:51:25 -08:00
parent 398c129411
commit 5ea7e1eaa6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def run_configuration(config_filename, config, arguments):
encountered_error = error
yield from make_error_log_records(
'{}: Error running pre-backup hook'.format(config_filename), error
)
)
if not encountered_error:
for repository_path in location['repositories']: