Skip to content
Snippets Groups Projects
Commit 8bdc89ae authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Make "error extracting X, falling back to binary comparison E" error message nicer.

parent 50270b41
No related branches found
No related tags found
No related merge requests found
......@@ -568,9 +568,7 @@ class File(metaclass=abc.ABCMeta):
return None
difference.add_comment(
"Error extracting '{}', falling back to "
"binary comparison ('{}')".format(
e.pathname, e.wrapped_exc
)
'binary comparison: "{}"'.format(e.pathname, e.wrapped_exc)
)
# Append any miscellaneous comments for this file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment