[issue32247] shutil-copytree: Create dst folder only if it doesn't exist

2017-12-08 Thread Radostin
Change by Radostin <rstoyan...@gmail.com>: -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue32247] shutil-copytree: Create dst folder only if it doesn't exist

2017-12-07 Thread Radostin
New submission from Radostin <rstoyan...@gmail.com>: shutil.copytree method always tries to create the destination directory which raises the error message "OSError: [Errno 17] File exists". This issue has been discussed here: https://stackoverflow.com/questions/1868714/how-do-