Skip to content

Commit

Permalink
refactor: Set working directory in the python script
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 19, 2024
1 parent 31269f0 commit e2c8d22
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ def main() -> None:

args = _parse_arguments()

print(f"\nUpdating development dependencies in {args.repo_root}\n")
os.chdir(args.repo_root)

_update_poetry_dependencies(
python_executable,
args.repo_root,
Expand Down

0 comments on commit e2c8d22

Please sign in to comment.