diff options
Diffstat (limited to 'tableconversion.py')
-rw-r--r-- | tableconversion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableconversion.py b/tableconversion.py index a9f436d..aa664ed 100644 --- a/tableconversion.py +++ b/tableconversion.py @@ -177,7 +177,7 @@ def parse_wireviz_yml(file_path): return wire_df # Path to your WireViz YML file -file_path = 'wireviz/Choppy_IB_1X.yml' +file_path = 'wireviz/Choppy_ECU_12FB.yml' wire_table = parse_wireviz_yml(file_path) # Display the table |