Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 21 by mika.batsman: open_shell() needs to be called before using Read Until * keywords
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=21 Trying to use Read Until * keywords fails with: "AttributeError: 'NoneType' object has no attribute 'recv_ready'" Those keywords need a shell but open_shell() is called only when using Write keywords. I applied the attached patch to get it working. Attachments: read_until.patch 796 bytes -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
