Commit 0635a26
committed
Use os.path.basename to extract the file name
This function should handle paths in Windows correctly.
Previously, if the path for the source data contained a backslash,
the script could not write the result.1 parent a516247 commit 0635a26
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
| 393 | + | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
0 commit comments