summaryrefslogtreecommitdiff
path: root/tableconversion.py
diff options
context:
space:
mode:
authorJoshua Drake <joshua.ellis.drake@okstate.edu>2025-01-21 18:57:34 -0600
committerJoshua Drake <joshua.ellis.drake@okstate.edu>2025-01-21 18:57:34 -0600
commitd68d22cf132d20c3eb2412507803b268e274da22 (patch)
tree49c93ce40574b12ab8bfe363d523cebf91196873 /tableconversion.py
parent102c678173adc9c6915956c37501c0c984e6aefc (diff)
All drawings created. Touchups required.
Diffstat (limited to 'tableconversion.py')
-rw-r--r--tableconversion.py2
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