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
The exceptions L116 and L120 won't work since it's incepting itself with response (which is only valid if the try: is successful, so this will never be reached). And yes this was obviously done through awaiting _write() instead of properly consuming write() without expecting an answer, but the errors generated would be the same obviously.
The text was updated successfully, but these errors were encountered:
Just a quick note (might do a PR against it) - colleague just ran into this:
BAC0/BAC0/core/io/Write.py
Line 116 in ef972e3
The exceptions L116 and L120 won't work since it's incepting itself with
response
(which is only valid if thetry:
is successful, so this will never be reached). And yes this was obviously done through awaiting_write()
instead of properly consumingwrite()
without expecting an answer, but the errors generated would be the same obviously.The text was updated successfully, but these errors were encountered: