Skip to content

Commit

Permalink
hotfix the BaseException error (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg authored Jul 10, 2019
1 parent c826e06 commit 7bef65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocrop/autocrop.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


# Load custom exception to catch a certain failure type
def ImageReadError(Exception):
def ImageReadError(BaseException):
pass


Expand Down

0 comments on commit 7bef65b

Please sign in to comment.