Larry Weya
-
2009-09-03
A python exception is thrown when trying to set a value for a string argument on an fsm action. This happens because the argument is not automatically converted to string when it is retrieved from the property grid. using pythins str() function fixes this.