You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/helper_file_generator.py
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ def generate(self):
118
118
119
119
# Create a list with the needed information so that when we print, we print in the exact same order, as we are printing arrays where external code may index into it
120
120
object_types= []
121
+
object_type_aliases= {}
121
122
enum_num=1# start at one since the zero place is manually printed with the UNKNOWN value
0 commit comments