mercedes-benz / odxtools

odxtools is a collection of utilities to interact with the diagnostic functionality of automotive electronic control units using python
MIT License
180 stars 75 forks source link

Random fixes #330

Closed andlaus closed 2 months ago

andlaus commented 2 months ago

This PR contains a fix for the output writing code (the values of limits might be strings with special characters and must thus be escaped) and for the function which summarizes the expected parameters of codec objects (we don't want to see the representation of CodedConst objects there).

Andreas Lauser <andreas.lauser@mercedes-benz.com>, on behalf of MBition GmbH. Provider Information

andlaus commented 2 months ago

since this is "obviously correct" (value escaping fix) and at best a question of preference (the CompuConst output improvement), I'll merge this without bothering for a review. @kayoub5: If for some strange reason I'm wrong and you would like to see changes to this, I'm happy to implement them in a separate PR...