Fix Pep8 issues related to \
[functest.git] / functest / opnfv_tests / sdn / onos / teston / adapters / foundation.py
index 52462b6..bf2c430 100644 (file)
@@ -26,8 +26,7 @@ class Foundation:
     def __init__(self):
 
         # currentpath = os.getcwd()
-        currentpath = \
-            ft_constants.FUNCTEST_TEST_DIR + '/sdn/onos/teston/ci'
+        currentpath = '%s/sdn/onos/teston/ci' % ft_constants.FUNCTEST_TEST_DIR
         self.cipath = currentpath
         self.logdir = os.path.join(currentpath, 'log')
         self.workhome = currentpath[0: currentpath.rfind('opnfv_tests') - 1]