diff options
author | 2022-11-23 00:23:48 -0500 | |
---|---|---|
committer | 2022-11-23 00:23:48 -0500 | |
commit | a45ebca8fb669fc8f363e5cef69974d07c79c0bf (patch) | |
tree | b4ba7a877c0a50ded4a0a42777aa852a58872288 | |
parent | Update python3 docstring (diff) | |
parent | Format nsjail log message (diff) |
Merge branch 'bytes-output' of https://github.com/python-discord/snekbox into bytes-output
-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 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: |