Explorar o código

Code formatting.

Dan Helfman %!s(int64=2) %!d(string=hai) anos
pai
achega
670bdffb3c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      borgmatic/actions/config/bootstrap.py

+ 3 - 1
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):