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)))
|
sys.stdout.write(repr(eval(tmp,handle.glob)))
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
exec txt,handle.glob
|
exec txt in handle.glob
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
error(ex)
|
error(ex)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user