Skip to content

Commit

Permalink
Prepare 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jan 27, 2019
1 parent 5bf13c5 commit bbe2924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pandoc_latex_tip.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ def _create_images(doc, icons, size):
try:
if not os.path.isfile(image):
# Create the image in the cache
category = _category(icon["collection"], icon["version"], icon["variant"])
category = _category(
icon["collection"], icon["version"], icon["variant"]
)
doc.get_icon_font[category]["font"].export_icon(
icon["extended-name"],
512,
Expand Down

0 comments on commit bbe2924

Please sign in to comment.