- Notifications
You must be signed in to change notification settings - Fork37
Commit28c91c2
committed
[BUG FIX] xxxOperations::_read__text_with_encoding opens a file as text
LocalOps uses "open(filename, mode='r', encoding=encoding)"RemoteOps uses "io.TextIOWrapper(io.BytesIO(binaryData), encoding=encoding)"It solves a problem on Windows.1 parent4e23e03 commit28c91c2
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
294 | 293 | | |
295 | 294 | | |
296 | 295 | | |
| |||
0 commit comments
Comments
(0)