This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Commit 979d8a9
fix README open with encoding issue in python 2
Summary: following pull request #834, opening the README file in python 2 fails due to a different API of the `open` function. Using `io.open` fixes the issue.
Reviewed By: EdouardGrave
Differential Revision: D16019456
fbshipit-source-id: 107ff1017508b282524f804bd086e712715a6be31 parent f374817 commit 979d8a9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
163 | | - | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
0 commit comments