Made @py cmd-echo verbatim. Resolves Issue 310.
This commit is contained in:
parent
ce036e07f3
commit
9abc25c53e
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class CmdPy(MuxCommand):
|
||||||
'ev':ev,
|
'ev':ev,
|
||||||
'inherits_from':utils.inherits_from}
|
'inherits_from':utils.inherits_from}
|
||||||
|
|
||||||
caller.msg(">>> %s{n" % pycode)
|
caller.msg(">>> %s" % pycode, data={"raw":True})
|
||||||
try:
|
try:
|
||||||
ret = eval(pycode, {}, available_vars)
|
ret = eval(pycode, {}, available_vars)
|
||||||
if ret != None:
|
if ret != None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue