pmb/helpers/frontend.py: fix pmbootstrap kconfig check --file (MR 1961)

This commit is contained in:
Mark Hargreaves 2020-07-14 15:50:30 +03:00 committed by Alexey Min
parent f9c74277ca
commit 0aed64d661
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED

View file

@ -310,7 +310,7 @@ def kconfig(args):
# Handle passing a file directly
if args.file:
if pmb.parse.kconfig.check_file(args, args.package,
force_anbox_check=args.anbox,
anbox=args.anbox,
details=True):
logging.info("kconfig check succeeded!")
return