diff options
-rw-r--r-- | snekbox/nsjail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index 0605e43..d60e511 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -213,7 +213,7 @@ class NsJail: # Write files if any for file in files: file.save_to(fs.home) - log.info(f"Created file at [{(fs.home / file.name)!r}].") + log.info(f"Created file at {(fs.home / file.name)!r}.") msg = "Executing code..." if DEBUG: |