Skip to content

Commit

Permalink
Fix example robot path
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jul 27, 2024
1 parent 30cb8b5 commit 2aa50c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
if not (zone_0 / "robot.py").exists():
logger.info("Repopulating zone 0 with example code")
zone_0.mkdir(exist_ok=True)
shutil.copy(project_root / "example_roobts/basic_robot.py", zone_0 / "robot.py")
shutil.copy(project_root / "example_robots/basic_robot.py", zone_0 / "robot.py")
except Exception:
logger.exception("Setup failed due to an error.")
input("An error occurred, press enter to close.")
Expand Down

0 comments on commit 2aa50c0

Please sign in to comment.