From: Dan Wendlandt Date: Mon, 27 Jun 2011 23:11:09 +0000 (-0700) Subject: fix pep8 introduced by trunk merge X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a0692d9cc6c027e4ec8fe6deea9f10fc69748b75;p=openstack-build%2Fneutron-build.git fix pep8 introduced by trunk merge --- diff --git a/quantum/cli.py b/quantum/cli.py index 496055be1..bbbc9fbf9 100644 --- a/quantum/cli.py +++ b/quantum/cli.py @@ -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)