Commit 5274255
committed
Fixed print/debug messages when running commands on localhost
Fixed some earlier here: a77369a
but missed a few.
The underlying issue is that aramid result.stdout and stderr
are strings but when we connect to localhost we use a subprocess
and result.stdout/stderr are byte sequences and so can't be appended
to each other as strings can.
Ticket: CFE-4024
Changelog: title1 parent 173cac0 commit 5274255
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
| 203 | + | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | | - | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
0 commit comments