[issue29699] shutil.rmtree should not fail with FileNotFoundError (race condition)

Giampaolo Rodola' report at bugs.python.org
Tue Jun 12 06:20:29 EDT 2018


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

+1. It looks reasonable to ignore FileNotFoundError on os.rmdir(),  os.unlink() and also os.open() and os.scandir().

----------
nosy: +giampaolo.rodola

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29699>
_______________________________________


More information about the Python-bugs-list mailing list