[SR-Users] [BUG?] 5.1.1 python_exec, extra chars ' 0' appended to args

Anthony Alba ascanio.alba7 at gmail.com
Thu Feb 15 03:06:30 CET 2018


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



More information about the sr-users mailing list