Do not double-check exceptions
This commit is contained in:
parent
4eb6ec85ac
commit
c01cc35663
|
@ -37,17 +37,11 @@ class Args(object):
|
|||
|
||||
@property
|
||||
def config(self):
|
||||
try:
|
||||
return get_var_config('POWERLINE_CONFIG')
|
||||
except IndexError:
|
||||
return None
|
||||
|
||||
@property
|
||||
def theme_option(self):
|
||||
try:
|
||||
return get_var_config('POWERLINE_THEME_CONFIG')
|
||||
except IndexError:
|
||||
return None
|
||||
|
||||
@property
|
||||
def config_path(self):
|
||||
|
|
Loading…
Reference in New Issue