Code formatting.
This commit is contained in:
parent
691d4f887a
commit
670bdffb3c
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ def get_config_paths(bootstrap_arguments, global_arguments, local_borg_version):
|
||||||
try:
|
try:
|
||||||
return manifest_data['config_paths']
|
return manifest_data['config_paths']
|
||||||
except KeyError:
|
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):
|
def run_bootstrap(bootstrap_arguments, global_arguments, local_borg_version):
|
||||||
|
|
Loading…
Reference in a new issue