The stdout and stderr values returned from self._low_level_execute() are text, not bytes. This results in an error in Python 3 since str and bytes cannot be concatenated. Changing to unicode type allows this to work without error on Python 2 and Python 3. |
||
---|---|---|
.. | ||
action | ||
cache | ||
callback | ||
cliconf | ||
connection | ||
filter | ||
httpapi | ||
inventory | ||
lookup | ||
netconf | ||
shell | ||
strategy | ||
terminal | ||
test | ||
vars | ||
__init__.py | ||
loader.py |