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)))
|
args.append((raw, (end, arguments_end)))
|
||||||
elif spec_len == 1:
|
elif spec_len == 1:
|
||||||
args = [(arguments, (0, arguments_end))]
|
args = [(arguments, (0, arguments_end))]
|
||||||
|
opts = []
|
||||||
else:
|
else:
|
||||||
raise InternalError("Raw command must define a collector")
|
raise InternalError("Raw command must define a collector")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue