Skip to content

Commit

Permalink
est docker monitoring #10
Browse files Browse the repository at this point in the history
  • Loading branch information
IkaDemisto committed Feb 4, 2020
1 parent abef834 commit e79922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integrations/EWSv2/EWSv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def search_mailboxes(protocol, filter, limit=100, mailbox_search_scope=None, ema
try:
search_results = SearchMailboxes(protocol=protocol).call(filter, mailbox_ids)
search_results = search_results[:limit]
except TransportError, e:
except TransportError as e:
if "ItemCount>0<" in str(e):
return "No results for search query: " + filter
else:
Expand Down

0 comments on commit e79922b

Please sign in to comment.