Skip to content

Improve the conversion for nested dictionaries

Gregory Ashton requested to merge improve-conversion-for-nested-dicts into master

For kwargs given with dictinoaries, recursively convert. This should allow kwargs as dict to be passed through.

Merge request reports