From 8972cefcdab712a1085194844e3acb29ab816113 Mon Sep 17 00:00:00 2001 From: Marcelo Salazar Date: Fri, 16 Sep 2016 10:11:07 +0100 Subject: [PATCH] Minor tweak on spaces --- tools/test/export/build_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/export/build_test.py b/tools/test/export/build_test.py index 2a3c906bfd..52c172f7fa 100644 --- a/tools/test/export/build_test.py +++ b/tools/test/export/build_test.py @@ -70,7 +70,7 @@ class ProgenBuildTest(object): """ log = '' if tool == 'uvision' or tool == 'uvision4': - log = path.join(project_dir,"build","build_log.txt") + log = path.join(project_dir, "build", "build_log.txt") elif tool == 'iar': log = path.join(project_dir, 'build_log.txt') try: