From 25620fad6a0b553a603441c6ec268e3ca27300c7 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Thu, 28 Sep 2017 07:08:46 +0000 Subject: Fix the argument error Change-Id: Idc4ba350a8bf77ec555109ad4e7a2649e2b0880d Signed-off-by: Linda Wang --- sdnvpn/test/functest/run_sdnvpn_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdnvpn/test/functest/run_sdnvpn_tests.py b/sdnvpn/test/functest/run_sdnvpn_tests.py index 140256d..52a6994 100644 --- a/sdnvpn/test/functest/run_sdnvpn_tests.py +++ b/sdnvpn/test/functest/run_sdnvpn_tests.py @@ -89,7 +89,7 @@ class SdnvpnFunctest(testcase.TestCase): except Exception as ex: self.__logger.error(('Something went wrong in the Log gathering.' 'Ex: %s, Trace: %s') - % ex, traceback.format_exc()) + % (ex, traceback.format_exc())) if overall_status == "PASS": self.result = 100 -- cgit 1.2.3-korg