fix indentation error that caused too many test failures
This commit is contained in:
parent
206a9c9607
commit
6a1d1a2e59
1 changed files with 5 additions and 5 deletions
|
@ -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.'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue