Skip to content

Commit

Permalink
Python 3.5 intermittent exeception removed from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 11, 2020
1 parent 0ef4e45 commit 5388089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apprise/plugins/NotifyEmby.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def __del__(self):
try:
self.logout()

except LookupError:
except LookupError: # pragma: no cover
# Python v3.5 call to requests can sometimes throw the exception
# "/usr/lib64/python3.7/socket.py", line 748, in getaddrinfo
# LookupError: unknown encoding: idna
Expand Down

0 comments on commit 5388089

Please sign in to comment.