fixed report suffix

This commit is contained in:
2025-12-31 14:35:54 +13:00
parent 9163ed6d93
commit cd7fb288ad

View File

@@ -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: