diff options
-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 |