Closed
Description
When using PythonRemoteServer to run a library that uses run_keyword from DynamicCore, the kwargs argument is required. This causes the following error when running a library keyword with "too few" arguments:
TypeError: run_keyword() missing 1 required positional argument: 'kwargs'
This happens e.g. with WhiteLibrary, related issue:
Omenia/robotframework-whitelibrary#45