aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2021-02-02 16:03:49 -0800
committerGravatar GitHub <[email protected]>2021-02-02 16:03:49 -0800
commitaba5e0a7ef0a27c2a1c2155bb93b7e6c40a3c44e (patch)
tree56d54666c4680b1261f351da65fd1a90db834986
parentFix typo in README (diff)
Fix typo in error message
-rw-r--r--snekbox/nsjail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py
index c329434..55ece65 100644
--- a/snekbox/nsjail.py
+++ b/snekbox/nsjail.py
@@ -55,7 +55,7 @@ class NsJail:
log.fatal(f"The NsJail config at {NSJAIL_CFG!r} could not be found.")
sys.exit(1)
except OSError as e:
- log.fatal(f"The NsJail config at {NSJAIL_CFG!r} could not read.", exc_info=e)
+ log.fatal(f"The NsJail config at {NSJAIL_CFG!r} could not be read.", exc_info=e)
sys.exit(1)
try: