We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea465a2 commit 99437b2Copy full SHA for 99437b2
1 file changed
noxfile.py
@@ -80,7 +80,7 @@ def azure_pet_build_after(session: nox.Session):
80
shutil.copyfile(abs_bin_path, bin_dest)
81
82
if sys.platform != "win32":
83
- shutil.chown(bin_dest, 0o755)
+ os.chmod(os.fspath(bin_dest), 0o755)
84
85
86
@nox.session()
0 commit comments