From cd7fb288ad563201ef54c28ab2d07347e3b8e275 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Wed, 31 Dec 2025 14:35:54 +1300 Subject: [PATCH] fixed report suffix --- .hooks/kicad_cli_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hooks/kicad_cli_tools.py b/.hooks/kicad_cli_tools.py index 3ffea8d..acb2ac0 100644 --- a/.hooks/kicad_cli_tools.py +++ b/.hooks/kicad_cli_tools.py @@ -34,7 +34,7 @@ STDOUT=subprocess.DEVNULL class OutputReportType(Enum): JSON = 1 - RPT = 2 + REPORT = 2 # this is a thin vale on the kicad cli tool class KicadProject: