Commit 3bf811ba authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Fix refnanny string literal

parent 813ff05a
...@@ -61,7 +61,7 @@ class Context(object): ...@@ -61,7 +61,7 @@ class Context(object):
cdef void report_unraisable(object e): cdef void report_unraisable(object e):
try: try:
print "refnanny raised an exception: %s" % e print u"refnanny raised an exception: %s" % e
except: except:
pass # We absolutely cannot exit with an exception pass # We absolutely cannot exit with an exception
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment