Merge "Modified code PEP8 warning."

This commit is contained in:
Jenkins 2012-08-31 05:25:13 +00:00 committed by Gerrit Code Review
commit 4c9f9fe452

View File

@ -365,9 +365,9 @@ class DeviceManager(object):
else:
namespace = None
if ip_lib.device_exists(interface_name,
self.conf.root_helper,
namespace):
if ip_lib.device_exists(interface_name,
self.conf.root_helper,
namespace):
if not reuse_existing:
raise exceptions.PreexistingDeviceFailure(
dev_name=interface_name)