mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
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,
|
||||
'inherits_from':utils.inherits_from}
|
||||
|
||||
caller.msg(">>> %s{n" % pycode)
|
||||
caller.msg(">>> %s" % pycode, data={"raw":True})
|
||||
try:
|
||||
ret = eval(pycode, {}, available_vars)
|
||||
if ret != None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue