forked from Mirror/pmbootstrap
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:
parent
1be8653935
commit
0a0cba51e1
4 changed files with 4 additions and 4 deletions
|
@ -135,7 +135,7 @@ def init(args: PmbArgs) -> PmbArgs:
|
|||
"pull", "shutdown", "zap"]:
|
||||
pmb.config.pmaports.read_config(args)
|
||||
add_deviceinfo(args)
|
||||
pmb.helpers.git.parse_channels_cfg(args)
|
||||
pmb.helpers.git.parse_channels_cfg()
|
||||
context.device_arch = args.deviceinfo["arch"]
|
||||
|
||||
# Remove attributes from args so they don't get used by mistake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue