We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bb58a commit 6cf7aaeCopy full SHA for 6cf7aae
1 file changed
simulator/controllers/usercode_runner/usercode_runner.py
@@ -167,8 +167,9 @@ def main() -> bool:
167
robot_file = get_robot_file(zone)
168
except FileNotFoundError as e:
169
print(e.args[0])
170
+ robot.step()
171
# Not having a robot file is not an error in dev mode
- return game_mode == 'comp'
172
+ return game_mode != 'comp'
173
174
# Setup log file
175
prefix_and_tee_streams(
0 commit comments