We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6777e29 commit 25cf596Copy full SHA for 25cf596
classes/protocol_settings.py
@@ -452,7 +452,8 @@ def process_row(row):
452
self._log.warning("Invalid Name : " + str(variable_name) + " reg: " + str(row['register']) + " doc name: " + str(row['documented name']) + " path: " + str(path))
453
454
455
-
+ if not variable_name and not row['documented name']: #skip empty entry / no name. todo add more invalidator checks.
456
+ return
457
458
#region data type
459
data_type = Data_Type.USHORT
0 commit comments