From cad31ee240e6a411e0a955fc55a5d73d3a3d6385 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 3 Jan 2024 08:10:50 -0300 Subject: [PATCH] [KiRi][Added] Test for KiAuto --- kibot/out_kiri.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kibot/out_kiri.py b/kibot/out_kiri.py index 98d865ed..6d9fd685 100644 --- a/kibot/out_kiri.py +++ b/kibot/out_kiri.py @@ -265,6 +265,8 @@ class KiRiOptions(VariantOptions): self.cache_dir = out_dir self.command = self.ensure_tool('KiDiff') self.git_command = self.ensure_tool('Git') + # Only needed for schematic + self.ensure_tool('KiAuto') def collect_hashes(self): # Get a list of files for the project