fix indentation error that caused too many test failures

This commit is contained in:
Divyansh Singh 2023-06-05 20:31:09 +05:30
parent 206a9c9607
commit 6a1d1a2e59
1 changed files with 5 additions and 5 deletions

View File

@ -972,7 +972,7 @@ def parse_arguments(*unparsed_arguments):
unparsed_arguments, subparsers.choices
)
if 'bootstrap' in arguments.keys() and len(arguments.keys()) > 1:
if 'bootstrap' in arguments.keys() and 'config' in arguments.keys() and len(arguments.keys()) > 2:
raise ValueError(
'The bootstrap action cannot be combined with other actions. Please run it separately.'
)