diff options
author | Joshua Drake <joshua.ellis.drake@okstate.edu> | 2025-01-21 18:57:34 -0600 |
---|---|---|
committer | Joshua Drake <joshua.ellis.drake@okstate.edu> | 2025-01-21 18:57:34 -0600 |
commit | d68d22cf132d20c3eb2412507803b268e274da22 (patch) | |
tree | 49c93ce40574b12ab8bfe363d523cebf91196873 /tableconversion.py | |
parent | 102c678173adc9c6915956c37501c0c984e6aefc (diff) |
All drawings created. Touchups required.
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 |