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
When sending a new prompt, I see this error on the original terminal : ========================================= Traceback (most recent call last): File "/receiver.py", line 130, in <module> receiver.main() File "/receiver.py", line 107, in main self.collecting_results() File "/receiver.py", line 68, in collecting_results self.awaiting_list.loc[id] = [prompt, status] UnboundLocalError: local variable 'status' referenced before assignment
Is there any way I can fix it?
The text was updated successfully, but these errors were encountered:
When sending a new prompt, I see this error on the original terminal :
========================================= Traceback (most recent call last): File "/receiver.py", line 130, in <module> receiver.main() File "/receiver.py", line 107, in main self.collecting_results() File "/receiver.py", line 68, in collecting_results self.awaiting_list.loc[id] = [prompt, status] UnboundLocalError: local variable 'status' referenced before assignment
Is there any way I can fix it?
The text was updated successfully, but these errors were encountered: