Commit e49575ff by Brian Coca

added wrap_text to 'last resort' as it fails if there is an error in callbacks

parent 8146a193
......@@ -45,7 +45,9 @@ class LastResort(object):
def display(self, msg):
print(msg, file=sys.stderr)
error = display
def error(self, msg, wrap_text=None):
print(msg, file=sys.stderr)
########################################
......
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