From 0bf727ccc16e257fb89c72564f571ef217a8b378 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 19 Oct 2017 16:20:39 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index f298ddc..fcbb3ed 100644 --- a/script/local.py +++ b/script/local.py @@ -22,7 +22,7 @@ class TestingTool: self.testName = testName self.testPath = testPath self.testParams = testParams - print('\n'+) + print('\n') self.log('='*80) def getParam(self, paramName):