#35323: Fix FileExistsError in django/core/files/move.py.
--------------------------------------+------------------------------------
Reporter: bcail | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: File uploads/storage | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Natalia Bidart):
* stage: Unreviewed => Accepted
* type: Bug => Cleanup/optimization
Comment:
Makes sense, good catch!
I wonder if we could add a test that ensures that the first
`FileExistsError` is not swallowed. Do you want to give that a try?
--
Ticket URL: <
https://code.djangoproject.com/ticket/35323#comment:2>