Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Add additional wkhtmltopdf error to ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ferrier committed Sep 26, 2020
1 parent c28c735 commit f0159b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion email2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ WKHTMLTOPDF_ERRORS_IGNORE = frozenset([r'QFont::setPixelSize: Pixel size <= 0 \(
r'libpng warning: Out of place sRGB chunk',
r'Exit with code 1 due to network error: ContentNotFoundError',
r'Exit with code 1 due to network error: ProtocolUnknownError',
r'Exit with code 1 due to network error: UnknownContentError'])
r'Exit with code 1 due to network error: UnknownContentError',
r'libpng warning: iCCP: known incorrect sRGB profile'])

WKHTMLTOPDF_EXTERNAL_COMMAND = 'wkhtmltopdf'

Expand Down

0 comments on commit f0159b4

Please sign in to comment.