debug
This commit is contained in:
parent
7d993c0b10
commit
9b3b7ae6c2
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class Main(app.App):
|
|||
return parser
|
||||
|
||||
def handle_args(self, parser, cfg, options, args):
|
||||
parser.error(args)
|
||||
try:
|
||||
(sshUser,) = args
|
||||
except ValueError:
|
||||
|
|
Loading…
Reference in a new issue