summaryrefslogtreecommitdiffstats
path: root/Lib/rexec.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/rexec.py')
-rw-r--r--Lib/rexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py
index 203a1e9..5911a3b 100644
--- a/Lib/rexec.py
+++ b/Lib/rexec.py
@@ -552,7 +552,7 @@ def test():
try:
fp = open(args[0])
except IOError, msg:
- print "%s: can't open file %s" % (sys.argv[0], `args[0]`)
+ print "%s: can't open file %r" % (sys.argv[0], args[0])
return 1
if fp.isatty():
try: