mirror of https://github.com/ansible/ansible.git
Python 3: there is no 'basestring'
This fixes a failing unit test. In actual use (which is still quite far), I'm not sure if bytes -> unicode conversion should be done here (in which case the code will fail with an AttributeError: 'bytes' object has no attribute 'readlines'), or inside self._connection.exec_command() (in which case my change is correct).pull/12447/head
parent
3f5ea43fb8
commit
9cdb6ebae3
Loading…
Reference in New Issue