asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
194 stars 96 forks source link

V0.1.18 to V0.1.19 anvoidable raise of ImageNotFoundException #42

Closed bernardlavilliers closed 5 years ago

bernardlavilliers commented 5 years ago

Is it an intended feature in V0.1.19 to raise ImageNotFoundException when there is no matches? In v0.1.18 there was a RAISE_IF_NOT_FOUND set to false by default. Edit: Apparently this was answered in issue #294 of pyautogui https://github.com/asweigart/pyautogui/issues/294 I close the issue.