python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

Update server.py with better error handling text

Open alexrosenblatt opened this issue 1 year ago • 0 comments

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.

alexrosenblatt avatar Dec 13 '22 01:12 alexrosenblatt