Skip to content

Commit

Permalink
Fix python error in nox file (microsoft#23681)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Jun 24, 2024
1 parent f1bad96 commit ea465a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def azure_pet_build_after(session: nox.Session):
shutil.copyfile(abs_bin_path, bin_dest)

if sys.platform != "win32":
shutil.chmod(bin_dest, 0o755)
shutil.chown(bin_dest, 0o755)


@nox.session()
Expand Down

0 comments on commit ea465a2

Please sign in to comment.