You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ The encoding of input CSVs can be specified with the `--encoding` flag. This can
149
149
150
150
However, Python 2 can not load CSVs that contain the NULL character. This includes CSVs encoded in UTF-16. If you wish to convert UTF-16 encoded CSVs you must use Python 3.
151
151
152
-
(See [this test](https://github.com/OpenDataServices/flatten-tool/blob/d7db1125fef079302dcd372593c471c527aff7fb/flattentool/tests/test_input.py#L114) which passes for Python 3, but fails for Python 2).
152
+
(See [this test](https://github.com/OpenDataServices/flatten-tool/blob/61d8404b444f10384363cde1cad542a0d04af004/flattentool/tests/test_input.py#L130) which passes for Python 3, but fails for Python 2).
0 commit comments