Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix zipfile.py 'UserWarning: Duplicate name: docProps/core.xml' #1436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cip91sk
Copy link

@cip91sk cip91sk commented Oct 1, 2024

Some documents in _rels/.rels, for the relation the targets "docProps/core.xml", have the relationship type
http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties
instead of
http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties

In these cases, python-docx doesn't see that the core-properties are already set, it creates new ones and append a duplicate docProps/core.xml file in the zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant