Fix args.side: make it a string back

One of the last changes made it a list.
This commit is contained in:
Foo 2015-05-10 22:16:14 +03:00
parent c45accbf7b
commit ca2809be71
1 changed files with 1 additions and 0 deletions

View File

@ -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