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
self._log.error(f"WRITE_ERROR: Invalid value in register '{current_value}'. Unsafe to write")
393
+
returnself._log.error(f"WRITE_ERROR: Invalid value in register '{current_value}'. Unsafe to write")
394
394
#raise ValueError(err)
395
395
396
396
ifnot (entry.data_type==Data_Type._16BIT_FLAGSorentry.data_type==Data_Type._8BIT_FLAGSorentry.data_type==Data_Type._32BIT_FLAGS): #skip validation for write; validate further down
0 commit comments