Skip to content
Commit 419dd24a authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa: Fix use of inspect.BoundArguments.arguments

FIX

BoundArguments.arguments is not suitable for being used as **kwargs, as
it does not expand variable arguments. Instead BoundArguments.args and
BoundArguments.kwargs should be used in that case.
parent f1394399
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment