diff options
author | 2022-12-04 11:53:47 +0800 | |
---|---|---|
committer | 2022-12-04 11:53:47 +0800 | |
commit | 5b9da24b5d80d3719b4abb10f95079a30dc3a18e (patch) | |
tree | 7a9bc47ce0e065fcbca1f5d584b0cf6c2fbd9028 | |
parent | Add configurable home and output paths (diff) |
Update NSJail docstring
-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 c5f2f80..ba68a84 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -72,7 +72,7 @@ class NsJail: can be empty to use home as output. files_limit: Maximum number of output files to parse. files_timeout: Maximum time in seconds to wait for output files to be read. - files_pattern: Pattern to match files to attach. + files_pattern: Pattern to match files to attach within the output directory. """ self.nsjail_path = nsjail_path self.config_path = config_path |