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
During competition, there were instances where the student code wasn't importing due to python errors. The error here makes sense, the real issue lies in that Runtime was not displaying that the student code was not being uploaded due to said Python issues.
The text was updated successfully, but these errors were encountered:
We resolved the issue by moving all references to Gamepad out of autonomous functions and out of global scope. (We were trying to declare some variables globally; this was causing some calls that were not allowed.)
benliao1
changed the title
Ensure Runtime displays Python errors regarding studentcode
[EXECUTOR] Ensure Runtime displays Python errors regarding studentcode
Jun 22, 2023
During competition, there were instances where the student code wasn't importing due to python errors. The error here makes sense, the real issue lies in that Runtime was not displaying that the student code was not being uploaded due to said Python issues.
The text was updated successfully, but these errors were encountered: