debug
This commit is contained in:
parent
60cf43a0db
commit
7d993c0b10
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Main(app.App):
|
|||
|
||||
def handle_args(self, parser, cfg, options, args):
|
||||
try:
|
||||
(sshUser, principals) = args
|
||||
(sshUser,) = args
|
||||
except ValueError:
|
||||
parser.error('Missing argument sshUsers and/or principals.')
|
||||
|
||||
|
|
Loading…
Reference in a new issue