| Message ID | 20260329183332.1996183-2-adrian.freihofer@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | bitbake-setup: improvements, VSCode workspace generation | expand |
diff --git a/bin/bitbake-setup b/bin/bitbake-setup index ce712e517..f0240cae5 100755 --- a/bin/bitbake-setup +++ b/bin/bitbake-setup @@ -46,7 +46,7 @@ def color_enabled() -> bool: def get_diff_color_param() -> str: return "--color=always" if color_enabled() else "--color=never" -def print_configs(prompt: str, choices: list[str], descriptions: list[str] = None): +def print_configs(prompt: str, choices: list[str], descriptions: list[str] | None = None): """ Helper function to print a list of choices and align the output. Each option name is made bold to stand out, unless color is not enabled in