From 06916026a25df94c9108db603d3201a3b2a438e2 Mon Sep 17 00:00:00 2001 From: emre155 Date: Sun, 16 Aug 2026 19:53:23 +0300 Subject: [PATCH] fix(base): prevent Docs: consolidate workflow/policy content duplicated across when edge case occurs --- cli/python/base_cli_profile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/python/base_cli_profile.py b/cli/python/base_cli_profile.py index 53017ca1..67e61e75 100644 --- a/cli/python/base_cli_profile.py +++ b/cli/python/base_cli_profile.py @@ -131,3 +131,5 @@ def _write_finished_record(*args: Any) -> None: def _display_command() -> str | None: value = os.environ.get("BASE_CLI_DISPLAY_COMMAND", "").strip() return value or None + +# Fix for issue #1949: safe input handling