Skip to content

Commit

Permalink
Fix permissions on built file (microsoft#23682)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Jun 24, 2024
1 parent ea465a2 commit 99437b2
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.chown(bin_dest, 0o755)
os.chmod(os.fspath(bin_dest), 0o755)


@nox.session()
Expand Down

0 comments on commit 99437b2

Please sign in to comment.