Comment #6 on issue 1693 by pekka.klarck: Remote: improve documentation
about uri parameter
http://code.google.com/p/robotframework/issues/detail?id=1693
Hmm, would it actually be better to change Remote.py to make sure there is
always path in the URI?
result = urlparse.urlsplit(uri)
if not result.path:
with_path = result[:2] + ('/',) + result[3:]
uri = urlparse.urlunsplit(with_path)
--
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.