From 670bdffb3c0e9c7297d208c82ce6a0d6c12bddc6 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 10 Jun 2023 19:25:49 -0700 Subject: [PATCH] Code formatting. --- borgmatic/actions/config/bootstrap.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/borgmatic/actions/config/bootstrap.py b/borgmatic/actions/config/bootstrap.py index 9770b0b8..7ece946f 100644 --- a/borgmatic/actions/config/bootstrap.py +++ b/borgmatic/actions/config/bootstrap.py @@ -65,7 +65,9 @@ def get_config_paths(bootstrap_arguments, global_arguments, local_borg_version): try: return manifest_data['config_paths'] except KeyError: - raise ValueError('Cannot read configuration paths from archive due to invalid bootstrap manifest') + raise ValueError( + 'Cannot read configuration paths from archive due to invalid bootstrap manifest' + ) def run_bootstrap(bootstrap_arguments, global_arguments, local_borg_version):