Updates:
Summary: Process: Arguments to `Run/Start Process` should be converted to strings when necessary
        Status: Accepted
        Labels: -Priority-Medium Priority-Low Target-2.8.6

Comment #1 on issue 1738 by pekka.klarck: Process: Arguments to `Run/Start Process` should be converted to strings when necessary
http://code.google.com/p/robotframework/issues/detail?id=1738

`Run/Start Process` keywords definitely should convert the arguments they got to strings. Can be easily done in the next release be it 2.8.6 or 2.9. Until that you need to convert arguments to strings yourself. Generally that can be done using `BuiltIn.Convert To String` keyword, and in your case just using

    ${port}=  Evaluate  str(random.randint(1025, 65535))  random

ought to be enough.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to