Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle UnknownFormatException for batch processing multiple files.
When sequentially processing many files the unhandled exception terminates the program and no further files will be processed that may still be readable. This commit catches the exception, provides a warning message and continues processing.
- Loading branch information