Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for underscore to dash conversion
DHCP OMAPI normally uses dashes as a separator for field words. Python does not accept dashes in kwarg keys, so there is a conversion in the __lookup function to convert _ to -. However, there seems to be a bug that prevents that conversion to be actually used for some parameters.
- Loading branch information