Skip to content

Commit

Permalink
Add back chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 15, 2024
1 parent 0c76846 commit 1463ab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upstream_utils/update_mpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ def main():
mpack.clone()

wpilib_root = mpack.wpilib_root
upstream_root = os.getcwd()
wpiutil = os.path.join(wpilib_root, "wpiutil")

os.chdir(upstream_root)

mpack.apply_patches()

# Delete old install
Expand Down

0 comments on commit 1463ab1

Please sign in to comment.