diff --git a/kibot/out_navigate_results.py b/kibot/out_navigate_results.py index 0e1a6e96..003cb0ca 100644 --- a/kibot/out_navigate_results.py +++ b/kibot/out_navigate_results.py @@ -529,6 +529,7 @@ class Navigate_Results(BaseOutput): # noqa: F821 """ *[dict] Options for the `navigate_results` output """ # The help is inherited and already mentions the default priority self.fix_priority_help() + self._none_related = True @staticmethod def get_conf_examples(name, layers):