From 74e91a560bf71693cb813084e7e4c3c93ebc1869 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Tue, 10 Mar 2026 18:44:26 -0700 Subject: [PATCH] Fix Import Paths --- kibot/yaml/kibot_grp_tables.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kibot/yaml/kibot_grp_tables.yaml b/kibot/yaml/kibot_grp_tables.yaml index 5388e90..39460d8 100644 --- a/kibot/yaml/kibot_grp_tables.yaml +++ b/kibot/yaml/kibot_grp_tables.yaml @@ -16,7 +16,7 @@ groups: import: # Impedance and Component Count Reports - - file: kibot_out_csv_report.yaml + - file: outputs/kibot_out_csv_report.yaml definitions: NAME: @NAME_CSV_IMPEDANCE_TABLE_OUTPUT@ COMMENT: Impedance Table in CSV format @@ -24,7 +24,7 @@ import: OUTPUT_ID: impedance_table TEMPLATE: @IMPEDANCE_TABLE_TEMPLATE@ - - file: kibot_out_csv_report.yaml + - file: outputs/kibot_out_csv_report.yaml definitions: NAME: @NAME_CSV_COMP_COUNT_OUPUT@ COMMENT: Component Report in CSV format @@ -33,14 +33,14 @@ import: TEMPLATE: total_components # CSV Test Point Files - - file: kibot_out_csv_testpoints.yaml + - file: outputs/kibot_out_csv_testpoints.yaml definitions: NAME: @NAME_CSV_TP_OUTPUT@ COMMENT: Testpoint report in CSV format DIR: @TESTPOINTS_DIR@ EXCLUDE_FILTER: @FILT_TP_ONLY@ - - file: kibot_out_csv_testpoints_simple.yaml + - file: outputs/kibot_out_csv_testpoints_simple.yaml definitions: NAME: @NAME_CSV_TP_TOP_OUTPUT@ COMMENT: Top testpoint report in CSV format @@ -48,7 +48,7 @@ import: SUFFIX: -top EXCLUDE_FILTER: @FILT_TP_TOP_ONLY@ - - file: kibot_out_csv_testpoints_simple.yaml + - file: outputs/kibot_out_csv_testpoints_simple.yaml definitions: NAME: @NAME_CSV_TP_BOTTOM_OUTPUT@ COMMENT: Bottom testpoint report in CSV format