Merge lp:~gnuoy/mojo/py3-wait-nodecode into lp:~ost-maintainers/mojo/py3

Proposed by Liam Young
Status: Merged
Merged at revision: 467
Proposed branch: lp:~gnuoy/mojo/py3-wait-nodecode
Merge into: lp:~ost-maintainers/mojo/py3
Diff against target: 10 lines (+0/-2)
1 file modified
mojo/juju/wait.py (+0/-2)
To merge this branch: bzr merge lp:~gnuoy/mojo/py3-wait-nodecode
Reviewer Review Type Date Requested Status
Chris MacNaughton (community) Approve
Review via email: mp+336772@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chris MacNaughton (chris.macnaughton) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mojo/juju/wait.py'
2--- mojo/juju/wait.py 2018-01-25 14:10:04 +0000
3+++ mojo/juju/wait.py 2018-01-29 12:16:09 +0000
4@@ -77,8 +77,6 @@
5 logging.error(err)
6 logging.error("{} failed: {}".format(' '.join(cmd), p.returncode))
7 raise JujuWaitException(p.returncode or 43)
8- if six.PY3:
9- out = out.decode('utf-8')
10 return out
11
12

Subscribers

People subscribed via source and target branches