We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f28eb5 commit acf02dbCopy full SHA for acf02db
1 file changed
apps/application/flow/backend/sandbox_shell.py
@@ -7,7 +7,7 @@
7
8
from maxkb.const import CONFIG
9
10
-_enable_sandbox = bool(init(CONFIG.get('SANDBOX', 0)))
+_enable_sandbox = bool(int(CONFIG.get('SANDBOX', 0)))
11
_run_user = 'sandbox' if _enable_sandbox else getpass.getuser()
12
_sandbox_python_sys_path = CONFIG.get_sandbox_python_package_paths().replace(',', ':')
13
0 commit comments