mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-06 08:13:01 +02:00
remove duplicate comments
This commit is contained in:
@@ -99,8 +99,6 @@ def parse_subparser_arguments(unparsed_arguments, subparsers):
|
||||
# allows subparsers to consume arguments before their parent subparsers do.
|
||||
remaining_subparser_arguments = []
|
||||
|
||||
# Now ask each subparser, one by one, to greedily consume arguments, from last to first. This
|
||||
# allows subparsers to consume arguments before their parent subparsers do.
|
||||
for subparser_name, subparser in reversed(subparsers.items()):
|
||||
if subparser_name not in arguments.keys():
|
||||
continue
|
||||
|
||||
@@ -643,7 +643,7 @@ def collect_configuration_run_summary_logs(configs, arguments):
|
||||
OSError,
|
||||
json.JSONDecodeError,
|
||||
KeyError,
|
||||
) as error: # pragma: no cover
|
||||
) as error:
|
||||
yield from log_error_records('Error running bootstrap', error)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user