From 4abeab04bd36c07f8695195b7c789069ac5a5188 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 11 Jan 2015 00:34:54 +0300 Subject: [PATCH] Make ext a list Ref #1264 --- powerline/bindings/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/bindings/config.py b/powerline/bindings/config.py index 831b302c..45dd991e 100644 --- a/powerline/bindings/config.py +++ b/powerline/bindings/config.py @@ -80,7 +80,7 @@ def source_tmux_files(pl, args): class EmptyArgs(object): def __init__(self, ext, config_path): - self.ext = ext + self.ext = [ext] self.config_path = None def __getattr__(self, attr):