Commit c874114
Fix py3 issues with g-j-f-diff
- `StringIO` expectes `Text`, not `bytes`.
- `string.join(a,b)` is replaced with `b.join(a)`
Fixes #682
COPYBARA_INTEGRATE_REVIEW=#682 from nakulj:patch-2 6f86f50
PiperOrigin-RevId: 4099921891 parent 5bd619d commit c874114
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments