From 5ad39e397176c1f6bb03496bbfb8cb1440b1bd1f Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Mon, 19 Dec 2016 11:50:14 -0800 Subject: [PATCH] Remove mypy exemption for api/zulip/__init__.py. This required instead exempting these files: bots/jabber_mirror_backend.py tools/deprecated/iframe-bot/show-last-messages Turning on mypy for the API exposes issues in the annotations of other files. --- bots/check-mirroring | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/check-mirroring b/bots/check-mirroring index 8a131d8..a136b85 100755 --- a/bots/check-mirroring +++ b/bots/check-mirroring @@ -117,7 +117,7 @@ def send_zulip(message): if result["result"] != "success": logger.error("Error sending zulip, args were:") logger.error(str(message)) - logger.error(result) + logger.error(str(result)) print_status_and_exit(1) # Returns True if and only if we "Detected server failure" sending the zephyr.