diff --git a/studio/backend/core/inference/tools.py b/studio/backend/core/inference/tools.py index 2997505c42..f2d0375058 100644 --- a/studio/backend/core/inference/tools.py +++ b/studio/backend/core/inference/tools.py @@ -6056,7 +6056,11 @@ def _check_signal_escape_patterns( found.add("shell-script:" + first) return found - def _check_args_for_blocked(args_nodes, shell_maybe_true = False, cwd_prefix = ""): + def _check_args_for_blocked( + args_nodes, + shell_maybe_true = False, + cwd_prefix = "", + ): """Check if any call arguments contain blocked commands. ``cwd_prefix`` is a synthetic ``env -C