mercedes-benz / odxtools

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

fix deprecation warning #315

Closed radoering closed 2 months ago

radoering commented 2 months ago

Fixes the following warning: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead

(This seems to be the only location in the code where the deprecated method is used.)

Edit: Feel free to close this PR and do the fix for yourself if signing the CLA is mandatory.

CLA-Mercedes-Benz commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

andlaus commented 2 months ago

unfortunately, signing the CLA is mandatory. I added the fix to #316, i.e., you should no longer get that warning about warning incorrectly ;)