Skip to content

Commit

Permalink
fixed :)
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonBayer committed Jan 7, 2024
1 parent aee4a8f commit 26c15dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Python

[3.10+ amd64](https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe)
[3.10+ amd64](https://www.python.org/downloads/release/python-31013/)

### VS Code

Expand Down
2 changes: 1 addition & 1 deletion robotcontainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self) -> None:
),
)

pathsPath = os.path.join(wpilib.getDeployDirectory(), "pathplanner", "autos") #as of right now, it is necessary to move the deploy folder into .venv/scripts or .venv/bin
pathsPath = os.path.join(wpilib.getDeployDirectory(), "pathplanner", "autos")
for file in os.listdir(pathsPath):
relevantName = file.split(".")[0]
auton = PathPlannerAuto(relevantName)
Expand Down

0 comments on commit 26c15dc

Please sign in to comment.