summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/tpt_console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tpt_console.py b/build/tpt_console.py
index 31c2522..e6ecbe4 100644
--- a/build/tpt_console.py
+++ b/build/tpt_console.py
@@ -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)