Fixed a bug with a raw commands

This commit is contained in:
red-agent 2009-09-28 08:20:24 +03:00
parent a8cd67706b
commit c5b63d948d
1 changed files with 1 additions and 0 deletions

View File

@ -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: