Quicklook is broken #1474

This commit is contained in:
nicolargo 2019-04-20 14:50:26 +02:00
parent 68d10873bb
commit 094f09eb0d

View File

@ -32,7 +32,7 @@ except ImportError as e:
try:
'\xe2\x96\x81'.decode('utf-8')
except ImportError as e:
except Exception as e:
logger.warning("UTF-8 is mandatory for sparklines ({})".format(e))
sparklines_module = False