Browse Source

Python 3.5 intermittent exeception removed from test coverage

pull/272/head
Chris Caron 4 years ago
parent
commit
53880890e3
  1. 2
      apprise/plugins/NotifyEmby.py

2
apprise/plugins/NotifyEmby.py

@ -682,7 +682,7 @@ class NotifyEmby(NotifyBase):
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

Loading…
Cancel
Save