forked from xhtml2pdf/xhtml2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
matthew-a-dunlap
committed
Nov 7, 2019
1 parent
3a1bec7
commit fd353cf
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters