My robot keyword looks like this:
${HW_list} Get_hw_list ${file}
Run process python python_test.py
Inside my python_test.py
from robot.libraries.BuiltIn import BuiltIn
List_of_modules = BuiltIn().get_variable_value("${HW_list}")
Im having an error saying,
robot.libraries.BuiltIn.RobotNotRunningError: Cannot access execution context
I've tried searching for similar issues but I can't find where I am wrong. I also have RF==3.1.2 since in 1 post, I think there was an issue that was fixed on this version.