mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Fix args.side: make it a string back
One of the last changes made it a list.
This commit is contained in:
parent
c45accbf7b
commit
ca2809be71
@ -53,6 +53,7 @@ def finish_args(environ, args):
|
||||
[path for path in environ.get('POWERLINE_CONFIG_PATHS', '').split(':') if path]
|
||||
+ (args.config_path or [])
|
||||
)
|
||||
args.side = args.side[0]
|
||||
return args
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user