View Single Post
Old 12-12-2024, 08:32 AM   #270
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,883
Karma: 6120478
Join Date: Nov 2009
Device: many
Remember as DiapDealer wrote ...

Inside the plugin in the file HTMLProcessor.py you need to make this change:

Quote:
EDIT:
It looks like this can be fixed as simply as by using the bundled regex module instead of the built-in re.

Changing:
import re

to:
import regex as re

Makes your test case from above work regardless of where the flags are placed.
KevinH is online now   Reply With Quote