summaryrefslogtreecommitdiff
path: root/ironic_python_agent/utils.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2015-10-02 10:01:00 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2015-10-02 10:01:00 -0700
commitdcbba2b121da1525feff162aca17a8cc4adf55d6 (patch)
tree8e9c4c4c2a332adbbdd00ed80a3d40553c61e242 /ironic_python_agent/utils.py
parent0144e79df5dab0837a55a981fa23298908af14cf (diff)
downloadironic-python-agent-dcbba2b121da1525feff162aca17a8cc4adf55d6.tar.gz
Enforce all flake8 rules except E129
Bring ironic-python-agent in line with the other ironic projects. Stop ignoring all E12* errors except E129 Stop ignoring E711 Change-Id: Icb9bc198473d1b5e807c20869eb2af7f4d7ac360
Diffstat (limited to 'ironic_python_agent/utils.py')
-rw-r--r--ironic_python_agent/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic_python_agent/utils.py b/ironic_python_agent/utils.py
index c6b6bad0..9b6eb48c 100644
--- a/ironic_python_agent/utils.py
+++ b/ironic_python_agent/utils.py
@@ -220,8 +220,8 @@ def parse_root_device_hints():
error_msg = ('No device can be found because the following hints: '
'"%(not_supported)s" are not supported by this version '
'of IPA. Supported hints are: "%(supported)s"',
- {'not_supported': ', '.join(not_supported),
- 'supported': ', '.join(SUPPORTED_ROOT_DEVICE_HINTS)})
+ {'not_supported': ', '.join(not_supported),
+ 'supported': ', '.join(SUPPORTED_ROOT_DEVICE_HINTS)})
raise errors.DeviceNotFound(error_msg)
# Normalise the values