Fixed a bug with a raw commands
This commit is contained in:
parent
a8cd67706b
commit
c5b63d948d
|
@ -531,6 +531,7 @@ class CommandProcessor(object):
|
|||
args.append((raw, (end, arguments_end)))
|
||||
elif spec_len == 1:
|
||||
args = [(arguments, (0, arguments_end))]
|
||||
opts = []
|
||||
else:
|
||||
raise InternalError("Raw command must define a collector")
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue