This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rst0py
Recipients rst0py
Date 2017-12-07.20:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512680216.59.0.213398074469.issue32247@psf.upfronthosting.co.za>
In-reply-to
Content
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-directory-of-files-into-an-existing-directory-using-pyth
History
Date User Action Args
2017-12-07 20:56:56rst0pysetrecipients: + rst0py
2017-12-07 20:56:56rst0pysetmessageid: <1512680216.59.0.213398074469.issue32247@psf.upfronthosting.co.za>
2017-12-07 20:56:56rst0pylinkissue32247 messages
2017-12-07 20:56:56rst0pycreate