diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-02-26 20:36:13 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-02-26 20:36:13 (GMT) |
| commit | 021f2a6c55e67b9223e21ed819285c51e467a90d (patch) | |
| tree | 70cf90a13c8fcaf45a38dbe387957a22592d6c3e | |
| parent | 3ff776577ca1921b232eaa21b78efdc808d5c297 (diff) | |
| download | powder-021f2a6c55e67b9223e21ed819285c51e467a90d.zip powder-021f2a6c55e67b9223e21ed819285c51e467a90d.tar.gz | |
TPYO
| -rw-r--r-- | build/tpt_console.py | 2 |
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) |
