pmb.types: Fix type for PmbArgs.output (MR 2522)

And remove hack needed to accomodate this wrong type.
This commit is contained in:
Newbyte 2025-01-11 14:52:09 +01:00 committed by Oliver Smith
parent 8e09be579a
commit 01faedcf37
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 5 additions and 8 deletions

View file

@ -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]