fix pep8 introduced by trunk merge

This commit is contained in:
Dan Wendlandt 2011-06-27 16:11:09 -07:00
parent cf660ee8f0
commit a0692d9cc6
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,8 @@ def api_unplug_iface(client, *args):
output = res.read()
LOG.debug(output)
if res.status != 202:
LOG.error("Failed to unplug iface from port \"%s\": %s" % (pid, output))
LOG.error("Failed to unplug iface from port \"%s\": %s" % \
(pid, output))
return
print "Unplugged interface from port:%s on network:%s" % (pid, nid)