summaryrefslogtreecommitdiff
path: root/Mac/Demo/mlte/mlted.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Demo/mlte/mlted.py')
-rw-r--r--Mac/Demo/mlte/mlted.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Demo/mlte/mlted.py b/Mac/Demo/mlte/mlted.py
index 53f9f5dae0..381345aa2e 100644
--- a/Mac/Demo/mlte/mlted.py
+++ b/Mac/Demo/mlte/mlted.py
@@ -276,7 +276,7 @@ class Mlted(Application):
data = fp.read()
fp.close()
except IOError, arg:
- EasyDialogs.Message("IOERROR: "+`arg`)
+ EasyDialogs.Message("IOERROR: %r" % (arg,))
return
else:
path = None