Skip to content

Commit

Permalink
refacto(main): simplify os.fspath call
Browse files Browse the repository at this point in the history
as we are now using pathlib objects
  • Loading branch information
MrLixm committed Jan 12, 2024
1 parent a30aed9 commit a184ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez_pip/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run_full_installation(
pipPackageNames,
str(pipPath),
pythonVersion,
os.fspath(pythonExecutable),
str(pythonExecutable),
requirementPath or [],
constraintPath or [],
pipArgs or [],
Expand Down

0 comments on commit a184ebf

Please sign in to comment.