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 05fe91a commit d3f906fCopy full SHA for d3f906f
snekbox/nsjail.py
@@ -231,6 +231,8 @@ def python3(
231
for file in files:
232
try:
233
f_path = file.save_to(fs.home)
234
+ # Allow file to be writable
235
+ f_path.chmod(0o777)
236
# Save the written at time to later check if it was modified
237
files_written[f_path] = f_path.stat().st_mtime
238
log.info(f"Created file at {(fs.home / file.path)!r}.")
0 commit comments