mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #3827 from jakemcdermott/fix_flake8_error
Fix flake8 error
This commit is contained in:
commit
e15bb4de44
@ -115,6 +115,6 @@ def read_ansible_config(project_path, variables_of_interest):
|
||||
for var in variables_of_interest:
|
||||
if var in parser['defaults']:
|
||||
values[var] = parser['defaults'][var]
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logger.exception('Failed to read ansible configuration(s) {}'.format(fnames))
|
||||
return values
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user