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
* Replace assert statements with if/else statements
Fix for #215
* Change ValueErrors to better type TypeErrors
* Fix wrong isinstance request back to "not in" check
Fix tests to await correct Error
* Fix wrong Error types
Replace "is False" with a better "not" statement
* Fix wrong errortype
* Use Snap7Exception to use unified error messages
* Fix expected exception to Snap7Exception to be consistent.
* Replace TypeError with Snap7Exception to seperate python- and snap7 type errors
* Replace Snap7Exceptions with better ValueError
* Change Snap7Exception with excepted ValueError
* Remove unuesed imports
replace Snap7Exception with ValueError
0 commit comments