forked from oostendo/python-zxing
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly identify offending file in multi-decoding error messages, a…
…nd use Exception.__cause__ Identify the offending file in ZXing CommandLineRunner output requires parsing some really fugly Java tracebooks, but it addresses the FIXME from e7974a9 "re-add add multi-decoding". Also, we should use Exception.__cause__ rather than rolling our own BarCodeReaderException.underlying.
- Loading branch information
Showing
2 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters