Skip to content

Releases: sbgrid/xhtml2pdf

0.2.3-sbgrid: SBGrid Fix

Choose a tag to compare

@matthew-a-dunlap matthew-a-dunlap released this 07 Nov 18:14
SBGrid fix for color error

After the Python 3 upgrade, this library was complaining about a color being false and bombing out. Our template we were passing didn't change. The section of code bombing out was already had a fallback for color being None, and it was expanded to also handle color being false.