zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 352 forks source link

zulip: Fix call_on_each_event. #680

Closed LoopThrough-i-j closed 3 years ago

LoopThrough-i-j commented 3 years ago

Fix Improper assignement of narrow variable outside its scope.

timabbott commented 3 years ago

Merged; I think it's worth unbreaking master immediately and then adding tests in a follow-up PR. (Easy to verify the tests work by reverting this).