Fixed a missing sessid on System commands. Resolves Issue 377.
This commit is contained in:
parent
a9a70c91b1
commit
4715499958
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ def cmdhandler(caller, raw_string, testing=False, sessid=None):
|
||||||
syscmd.cmdstring = syscmd.key
|
syscmd.cmdstring = syscmd.key
|
||||||
syscmd.args = sysarg
|
syscmd.args = sysarg
|
||||||
syscmd.cmdset = cmdset
|
syscmd.cmdset = cmdset
|
||||||
|
syscmd.sessid = sessid
|
||||||
syscmd.raw_string = unformatted_raw_string
|
syscmd.raw_string = unformatted_raw_string
|
||||||
|
|
||||||
if hasattr(syscmd, 'obj') and hasattr(syscmd.obj, 'scripts'):
|
if hasattr(syscmd, 'obj') and hasattr(syscmd.obj, 'scripts'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue