aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-11-22 23:56:13 -0500
committerGravatar GitHub <[email protected]>2022-11-22 23:56:13 -0500
commit8d18f84e75aaa25d03cb1dacb026d15b74d782f6 (patch)
tree0f92cbb03889b375fe379b504b8db32f2b31bc93
parentAdd memfs unit tests (diff)
Format nsjail log message
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 30198e5..b668b2a 100644
--- a/snekbox/nsjail.py
+++ b/snekbox/nsjail.py
@@ -216,7 +216,7 @@ class NsJail:
msg = "Executing code..."
if DEBUG:
- msg = f"{msg[:-3]}: With the arguments {args}."
+ msg = f"{msg[:-3]} with the arguments {args}."
log.info(msg)
try: