No description
If you have a path that you expect to expect to be a file, it is confusing to see the traceback where it attempts to listdir because self.is_file failed and the else was to treat it as a dir. I prefer this explicit exists check, and explicit dir check. Yeah, potential for race conditions exists. |
||
|---|---|---|
| voussoirkit | ||
| pypi_upload.bat | ||
| README.md | ||
| setup.py | ||
| voussoirkit_logo.svg | ||
voussoirkit
This is a collection of tools that I use often and import into my other projects.
Install
pip install voussoirkit