Commit 2ed8395
Marc Hartmayer
master: fix TypeError
Add a guard for the case `path == None`.
This commit fixes
`TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType`1 parent 0a6c0cd commit 2ed8395
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
0 commit comments