From 5b9da24b5d80d3719b4abb10f95079a30dc3a18e Mon Sep 17 00:00:00 2001 From: ionite34 Date: Sun, 4 Dec 2022 11:53:47 +0800 Subject: Update NSJail docstring --- snekbox/nsjail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3