aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-11-21 11:07:19 -0500
committerGravatar GitHub <[email protected]>2022-11-21 11:07:19 -0500
commit0f2005ac44ebaf4864f80a45b5dbb63d780128a4 (patch)
tree47ef0fe680aaf8b745f3fe8bd43945530c851460
parentLimit empty str filter to start of py_args (diff)
Remove bracket in file logging
Co-authored-by: Mark <[email protected]>
-rw-r--r--snekbox/nsjail.py2
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: