We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bad96 commit ea465a2Copy full SHA for ea465a2
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.chmod(bin_dest, 0o755)
+ shutil.chown(bin_dest, 0o755)
84
85
86
@nox.session()
0 commit comments