mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 03:04:16 +03:00
Quicklook is broken #1474
This commit is contained in:
parent
68d10873bb
commit
094f09eb0d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user