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
agents.py does stuff like the below when it encounters an exception it can't handle. This should be changed to use logging.exception so that the full traceback is captured for posterity. Needs changing for receiver and sender methods.
agents.py
does stuff like the below when it encounters an exception it can't handle. This should be changed to uselogging.exception
so that the full traceback is captured for posterity. Needs changing for receiver and sender methods.The text was updated successfully, but these errors were encountered: