Linuxfabrik / lib

Python libraries used in various Linuxfabrik projects, including the Monitoring Plugins project.
https://linuxfabrik.ch
The Unlicense
13 stars 7 forks source link

base.py: lookup_lod() never uses the default parameter #82

Closed NavidSassan closed 11 months ago

NavidSassan commented 11 months ago

https://github.com/Linuxfabrik/lib/blob/21542560ece9dffa2818fd16ee0495883271e7dc/base.py#L380

the default parameter is never actually used in the function. Remove the parameter?

markuslf commented 11 months ago

Yes, makes sense (I even forgot to document what exactly the intention of this parameter was).