Updates:
        Status: Pending

Comment #1 on issue 1653 by pekka.klarck: AttributeError: 'ProtocolError' object has no attribute 'faultString' in remotelibrary
http://code.google.com/p/robotframework/issues/detail?id=1653

Could you clarify under which conditions it is possible that `xmlrpclib.Fault` doesn't have `faultString`? I just looked at the source code and `faultString` is initialized already in `__init__`.

It also seems that the code in Remote.py has changed since the version you have studied. Currently line 123 has `self._validate_key_on_ironpython(item)`. The only place where `faultString` is used is in line 195:

        try:
            return self._server.run_keyword(*run_keyword_args)
        except xmlrpclib.Fault, err:
            message = err.faultString



--
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/groups/opt_out.

Reply via email to