eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
308 stars 63 forks source link

Error when merging pictures #88

Closed microjosn closed 5 years ago

microjosn commented 5 years ago

There was an error when merging pictures. If multiple files where merged the picture dictionary was always overwritten by the last inputtextdoc. Call dictionary method update instead to concat the textdoc and inputtextdoc dictionaries.