Merge "Fix W504 and remove exclusion"

This commit is contained in:
Zuul
2020-03-02 13:31:35 +00:00
committed by Gerrit Code Review
13 changed files with 96 additions and 54 deletions

View File

@@ -184,8 +184,10 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
if not source_data:
clouds_yaml_path = self._config_data.get('clouds_yaml_path')
if clouds_yaml_path:
config_files = (clouds_yaml_path +
client_config.CONFIG_FILES)
config_files = (
clouds_yaml_path
+ client_config.CONFIG_FILES
)
else:
config_files = None