forked from Mirror/pmbootstrap
pmb.types: Fix type for PmbArgs.output (MR 2522)
And remove hack needed to accomodate this wrong type.
This commit is contained in:
parent
8e09be579a
commit
01faedcf37
2 changed files with 5 additions and 8 deletions
|
@ -143,7 +143,7 @@ class PmbArgs(Namespace):
|
|||
on_device_installer: bool
|
||||
ondev_cp: list[tuple[str, str]]
|
||||
ondev_no_rootfs: bool
|
||||
output: str
|
||||
output: RunOutputType
|
||||
overview: bool
|
||||
# FIXME (#2324): figure out the args.package vs args.packages situation
|
||||
package: str | list[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue