Message289155
A different bug in the same code: if someone creates the directory itself between the two calls to ``self._accessor.mkdir(self, mode)``, then the function will fail with an exception even if ``exist_ok=True``.
Attached is a patch that fixes both cases. |
|
Date |
User |
Action |
Args |
2017-03-07 06:39:05 | arigo | set | recipients:
+ arigo, whitespacer |
2017-03-07 06:39:04 | arigo | set | messageid: <1488868744.97.0.352489341809.issue29694@psf.upfronthosting.co.za> |
2017-03-07 06:39:04 | arigo | link | issue29694 messages |
2017-03-07 06:39:04 | arigo | create | |
|