forked from Mirror/pmbootstrap
pmb/helpers/frontend.py: fix pmbootstrap kconfig check --file (MR 1961)
This commit is contained in:
parent
f9c74277ca
commit
0aed64d661
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue