bash0 / cewe2pdf

A python script to turn cewe photobooks into pdfs
GNU General Public License v3.0
41 stars 26 forks source link

cliparts_default.xml warning #149

Closed cweiske closed 3 months ago

cweiske commented 3 months ago

We warn about a missing cliparts_default.xml file and fall back to searching for cliparts, which succeeds:

WARNING:cewe2pdf.config:Could not locate and load the clipart definition file: cliparts_default.xml
WARNING:cewe2pdf.config:Trying a search for cliparts instead
WARNING:cewe2pdf.config:676 clipart xmls found
WARNING:cewe2pdf.config:1583 local clipart xmls found

I don't know if current cewe software versions still use the cliparts_default.xml file. If they don't, we should not warn about this anymore.