fixed readconf parameter that was broken with a previous merge
This commit is contained in:
parent
f3397977d3
commit
0c5e34e9a1
@ -553,7 +553,7 @@ def cache_from_env(env):
|
|||||||
return item_from_env(env, 'swift.cache')
|
return item_from_env(env, 'swift.cache')
|
||||||
|
|
||||||
|
|
||||||
def readconf(conf, section_name, log_name=None, defaults=None):
|
def readconf(conf, section_name=None, log_name=None, defaults=None):
|
||||||
"""
|
"""
|
||||||
Read config file and return config items as a dict
|
Read config file and return config items as a dict
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user