From 67427d9eff9c456de4ed775ce97166b7844a5d44 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 19 Nov 2021 10:57:52 -0300 Subject: [PATCH] Removed the `_both_related` from `compress`. - Needs more elaboration --- kibot/out_compress.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/kibot/out_compress.py b/kibot/out_compress.py index af7b9991..f90dcc5e 100644 --- a/kibot/out_compress.py +++ b/kibot/out_compress.py @@ -190,9 +190,6 @@ class Compress(BaseOutput): # noqa: F821 with document: self.options = CompressOptions """ [dict] Options for the `compress` output """ - # We could need to run targets related to the SCH and/or the PCB. - # So we need both things loaded. - self._both_related = True def get_dependencies(self): return self.options.get_dependencies()