Re: [PATCH] Use shutil.move when os.rename fails
Devendra Tewari
I did try that but got an error that does not happen when we try os.rename first. I'll try to reproduce it again.
toggle quoted message
Show quoted text
I suspect there may be subtle differences in os.rename vs shutil.move with respect to what happens when origin and/or destination do not exist or are invalid. On 29 Mar 2021, at 20:00, Andre McCurdy <armccurdy@...> wrote: |
|