aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ionite34 <[email protected]>2022-11-23 00:23:48 -0500
committerGravatar ionite34 <[email protected]>2022-11-23 00:23:48 -0500
commita45ebca8fb669fc8f363e5cef69974d07c79c0bf (patch)
treeb4ba7a877c0a50ded4a0a42777aa852a58872288
parentUpdate python3 docstring (diff)
parentFormat nsjail log message (diff)
Merge branch 'bytes-output' of https://github.com/python-discord/snekbox into bytes-output
-rw-r--r--snekbox/nsjail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py
index d49a128..88af3cf 100644
--- a/snekbox/nsjail.py
+++ b/snekbox/nsjail.py
@@ -211,7 +211,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: