mirror of
https://github.com/ansible/awx.git
synced 2026-07-26 23:49:58 -02:30
flake8: comply with new E722 rule
This commit is contained in:
@@ -366,7 +366,7 @@ class SettingsWrapper(UserSettingsHolder):
|
||||
return internal_value
|
||||
else:
|
||||
return field.run_validation(value)
|
||||
except:
|
||||
except Exception:
|
||||
logger.warning(
|
||||
'The current value "%r" for setting "%s" is invalid.',
|
||||
value, name, exc_info=True)
|
||||
|
||||
Reference in New Issue
Block a user