This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Commit f6bcd43
committed
csv_format: Use pathlib.Path for output_dir
Otherwise,
- the library raises an error if I pass in a pathlib.Path object into
output_dir argument
` TypeError: unsupported operand type(s) for +: 'PosixPath' and 'str'`
- the library won't work on Windows, which uses '\' instead of '/' (not
yet tested because I don't have an access to a Windows box).1 parent 8882dc6 commit f6bcd43
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
197 | | - | |
198 | | - | |
| 199 | + | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
0 commit comments