Commit 183e59e
committed
Allow only string paths, not byte paths
These paths can flow into `shutil.move`, which does not accept byte
paths or (int) file descriptors. See python/typeshed#68321 parent 979b36b commit 183e59e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments