fix parse_args conflict
This commit is contained in:
parent
5bdd1540fe
commit
e9ede31053
9 changed files with 14 additions and 12 deletions
|
|
@ -52,7 +52,7 @@ class WeboobCfg(ReplApplication):
|
|||
if not line:
|
||||
print >>sys.stderr, 'You must specify a backend name. Hint: use the "backends" command.'
|
||||
return
|
||||
name, options = self.parse_args(line, 2, 1)
|
||||
name, options = self.parse_command_args(line, 2, 1)
|
||||
if options:
|
||||
options = options.split(' ')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue