You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2023. It is now read-only.
Not only is this over-complicated, but it causes bugs when one of those cases is missed (#870).
Fishbowl does not have this issue due to the nature of it having no error checking and presuming everything is json.
@sw96411 suggested an improvement on #890 (comment) which is more pythonic, easier to read and less bug prone.