From 759d329153679f711dca3bd54c3cc01897c82d6d Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 3 Apr 2018 17:21:05 +0200 Subject: Fix flake8 problems There was a bug in releng and pylint was not ran, some issues got merged in master because of that Change-Id: Icf3fa882f4f2b0593fa0b85edce46e49dcc303c9 Signed-off-by: Manuel Buil --- sfc/lib/openstack_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfc/lib') diff --git a/sfc/lib/openstack_utils.py b/sfc/lib/openstack_utils.py index fb63de9e..4a1c634d 100644 --- a/sfc/lib/openstack_utils.py +++ b/sfc/lib/openstack_utils.py @@ -219,7 +219,7 @@ class OpenStackSFC: return port else: logger.error("The VM {0} does not have any port" - " with name {1}".format(vm_name, port_name)) + " with name {1}".format(vm.name, port_name)) raise Exception("Client VM does not have the desired port") -- cgit 1.2.3-korg