TPYO
This commit is contained in:
parent
3ff776577c
commit
021f2a6c55
@ -98,7 +98,7 @@ def _handle(txt):
|
||||
sys.stdout.write(repr(eval(tmp,handle.glob)))
|
||||
except:
|
||||
try:
|
||||
exec txt,handle.glob
|
||||
exec txt in handle.glob
|
||||
except Exception as ex:
|
||||
error(ex)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user