We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893115 commit a851b64Copy full SHA for a851b64
izer/assets.py
@@ -253,5 +253,5 @@ def vscode(
253
else:
254
# There is a non-template file to copy
255
shutil.copy(os.path.join(directory, file), out_path)
256
- os.chmod(out_loc, stat.S_IRWXU | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH)
+ os.chmod(out_path, stat.S_IRWXU | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH)
257
# print(f"Wrote {os.path.basename(file)}") # Uncomment to debug
0 commit comments