Modified code PEP8 warning.
*Find more than one space after keywords, then eat one. *Make sure every continuation line is aligned with the first character after the top parenthesis in the top line. Change-Id: Id3eb1ec728bc3329a859d0817d61b639019ffe8b
This commit is contained in:
@@ -365,9 +365,9 @@ class DeviceManager(object):
|
|||||||
else:
|
else:
|
||||||
namespace = None
|
namespace = None
|
||||||
|
|
||||||
if ip_lib.device_exists(interface_name,
|
if ip_lib.device_exists(interface_name,
|
||||||
self.conf.root_helper,
|
self.conf.root_helper,
|
||||||
namespace):
|
namespace):
|
||||||
if not reuse_existing:
|
if not reuse_existing:
|
||||||
raise exceptions.PreexistingDeviceFailure(
|
raise exceptions.PreexistingDeviceFailure(
|
||||||
dev_name=interface_name)
|
dev_name=interface_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user