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.
Loading
Please register or sign in to comment