zulip / python-zulip-api

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

Update server.py with better error handling text #771

Open alexrosenblatt opened 1 year ago

alexrosenblatt commented 1 year ago

Ran into a difficult to debug issue where I could not figure out why bot server could not find my file. Turns out the file had a syntax error preventing it from being interpreted which then prevented it from being imported. However, the existing error text did not provide enough information. This updates that text to help debug more easily.