Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

python3 fix - unicode/strip #27

Merged
merged 4 commits into from
Dec 9, 2015

Conversation

andrewdmcleod
Copy link
Contributor

Fix for the following:

File "/usr/local/lib/python2.7/dist-packages/jujubigdata/utils.py", line 289, in jps
return filter(None, map(str.strip, output.split('\n')))
TypeError: descriptor 'strip' requires a 'str' object but received a 'unicode'

Fixed as was done in PR#26

@johnsca
Copy link
Contributor

johnsca commented Dec 9, 2015

LGTM

johnsca added a commit that referenced this pull request Dec 9, 2015
@johnsca johnsca merged commit ff55573 into juju-solutions:master Dec 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants