Function argument name not used correctly

This will cause an error when generating docs
with python3.

Change-Id: I613f7670f10c0a176757907181dd687d18632edd
This commit is contained in:
Dao Cong Tien 2018-07-06 17:07:27 +07:00 committed by Cao Xuan Hoang
parent bc9097c66e
commit da4fff7e7a
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ _config_generator_config_files = [
]
def _get_config_generator_config_definition(config_file):
def _get_config_generator_config_definition(conf):
config_file_path = '../../etc/oslo-config-generator/%s' % conf
# oslo_config.sphinxconfiggen appends '.conf.sample' to the filename,
# strip file extentension (.conf or .ini).