[issue32247] shutil-copytree: Create dst folder only if it doesn't exist
Change by Radostin : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue32247> ___
[issue32247] shutil-copytree: Create dst folder only if it doesn't exist
New submission from Radostin : 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-i-copy-an-entire-director