Skip to content

Commit

Permalink
Merge pull request #2 from sourcebots/fix/example-robot-path
Browse files Browse the repository at this point in the history
Fix example robot path
  • Loading branch information
WillB97 authored Jul 28, 2024
2 parents 30cb8b5 + 2aa50c0 commit 65831cf
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 65831cf

Please sign in to comment.