Commit ce8e30a
committed
Decode output from 'subprocess.check_output'
On Python 3, this returns a bytestring, which must be decoded to print
it correctly.
Signed-off-by: Stephen Finucane <[email protected]>
Closes: #431 parent 8d931eb commit ce8e30a
File tree
2 files changed
+7
-2
lines changed- git_pw
- releasenotes/notes
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments