pylessard / python-udsoncan

Python implementation of UDS (ISO-14229) standard.
MIT License
575 stars 199 forks source link

Parse request/response from payload success depends on module loading order #158

Closed pylessard closed 1 year ago

pylessard commented 1 year ago

Since V1.17, The BaseService class has been moved out of the services module, causing the __get_subclass function to fail if the services module has not been loaded prior to the call. Fix now forces an explicit load of the services submodule before using subclass__ properties.

pylessard commented 1 year ago

@trd1st want to try this PR?