Using 5.1, the python_exc args string is getting an extra [_0' appended When I call python_exec("method", "string"); In python: def method(self, msg, args): KSR.info("DBG: {} {} {}".format(msg, args)) This will show 'string 0'; instead of string. AAlba