bmcfee / presets

A python module to manipulate default parameters of a module's functions
ISC License
3 stars 1 forks source link

propagate anonymous kwargs #6

Closed bmcfee closed 8 years ago

bmcfee commented 8 years ago

Presets currently inspects the wrapped function to check for keyword arguments to be propagated. This fails when the wrapped function has a **kwargs, which causes presets to drop any anonymous keyword arguments.

This should be an easy fix.

bmcfee commented 8 years ago

fixed by c1e8cafb073889ca1ebb3df6d9711ce31c2e17d2