diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index d20d1c0d..e48f5c60 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -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']: