diff --git a/pmb/commands/kconfig_check.py b/pmb/commands/kconfig_check.py index 5e621c97a687ab6c907bc486317f3fbaacc6eeca..d9702d8a0db15c4ddef91ede91a7b1eefc5f1bff 100644 --- a/pmb/commands/kconfig_check.py +++ b/pmb/commands/kconfig_check.py @@ -32,7 +32,7 @@ class KConfigCheck(commands.Command): if pmb.parse.kconfig.check_file(self.file, components_list, details=self.details): logging.info("kconfig check succeeded!") return - raise RuntimeError("kconfig check failed!") + raise NonBugError("kconfig check failed!") # Default to all kernel packages if not self.packages: