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 potomak
Recipients Tal Cohen, lars.gustaebel, potomak
Date 2019-08-01.02:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564628251.47.0.543596462915.issue37724@roundup.psfhosted.org>
In-reply-to
Content
There's also the `makedirs`'s `exist_ok` optional parameter, `False` by default. You could use it to avoid this error, but I'm not an expert on this particular library, so I'm not sure if it would make sense to make this change.

On a side note, searching for `_extract_member`, I found a very similar implementation of that function in `tarfile.py`. In case I think we should apply the same behavior in that module too.
History
Date User Action Args
2019-08-01 02:57:31potomaksetrecipients: + potomak, lars.gustaebel, Tal Cohen
2019-08-01 02:57:31potomaksetmessageid: <1564628251.47.0.543596462915.issue37724@roundup.psfhosted.org>
2019-08-01 02:57:31potomaklinkissue37724 messages
2019-08-01 02:57:31potomakcreate