diff options
Diffstat (limited to 'Lib/plat-mac/argvemulator.py')
| -rw-r--r-- | Lib/plat-mac/argvemulator.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/plat-mac/argvemulator.py b/Lib/plat-mac/argvemulator.py index 90bf365..6103a8a 100644 --- a/Lib/plat-mac/argvemulator.py +++ b/Lib/plat-mac/argvemulator.py @@ -52,8 +52,7 @@ class ArgvCollector: try: AE.AEProcessAppleEvent(event) except AE.Error, err: - msg = "High Level Event: %s %s" % \ - (`hex(message)`, `hex(h | (v<<16))`) + msg = "High Level Event: %r %r" % (hex(message), hex(h | (v<<16))) print 'AE error: ', err print 'in', msg traceback.print_exc() |
