mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 06:15:41 +02:00
Also make sure that get_var_config uses unicode values
This commit is contained in:
parent
3f5cedbba1
commit
4eb6ec85ac
@ -25,7 +25,7 @@ def shutdown():
|
||||
|
||||
def get_var_config(var):
|
||||
try:
|
||||
return mergeargs([parsedotval(i) for i in zsh.getvalue(var).items()])
|
||||
return mergeargs([parsedotval((u(k), u(v))) for k, v in zsh.getvalue(var).items()])
|
||||
except:
|
||||
return None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user