helpers: ui: rename list() to list_ui() (MR 2252)

list is a reserved keyword...

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-05-24 19:51:42 +02:00 committed by Oliver Smith
parent 1be8653935
commit 0a0cba51e1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 4 additions and 4 deletions

View file

@ -139,7 +139,7 @@ def ask_for_channel(args: PmbArgs):
def ask_for_ui(args: PmbArgs, info):
ui_list = pmb.helpers.ui.list(args, info["arch"])
ui_list = pmb.helpers.ui.list_ui(args, info["arch"])
hidden_ui_count = 0
device_is_accelerated = info.get("gpu_accelerated") == "true"
if not device_is_accelerated: