From 742a8c155e25e3d4f352961950162ca9b1667d9b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 30 Jan 2024 08:14:53 -0300 Subject: [PATCH] [Navigate Results][Fixed] No need for a PCB --- kibot/out_navigate_results.py | 1 + 1 file changed, 1 insertion(+) 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):