Skip to content

v1.2.49

Compare
Choose a tag to compare
@semuadmin semuadmin released this 01 Jan 09:32
· 11 commits to master since this release
ec4ee76

What's Changed

  1. Enhance val2bytes() helper method exception handling to explicitly state expected value type. e.g.
    ...
    TypeError: Attribute type X001 value 0 must be <class 'bytes'>, not <class 'int'>
    

Full Changelog: v1.2.48...v1.2.49