forked from Mirror/pmbootstrap
make mypy happy (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
f2ca9c618e
commit
0365438134
10 changed files with 19 additions and 14 deletions
|
@ -551,9 +551,7 @@ def qemu(args: PmbArgs):
|
|||
|
||||
def stats(args: PmbArgs):
|
||||
# Chroot suffix
|
||||
chroot = Chroot.native()
|
||||
if args.arch != Arch.native():
|
||||
chroot = Chroot.buildroot(args.arch)
|
||||
chroot = Chroot.buildroot(args.arch or Arch.native())
|
||||
|
||||
# Install ccache and display stats
|
||||
pmb.chroot.apk.install(["ccache"], chroot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue