Skip to content
Snippets Groups Projects
Commit c5b63d94 authored by red-agent's avatar red-agent
Browse files

Fixed a bug with a raw commands

parent a8cd6770
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment