mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-14 20:07:23 -04:00
Quicklook is broken #1474
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user