Minor tweak on spaces

pull/2614/head
Marcelo Salazar 2016-09-16 10:11:07 +01:00
parent 1192744a06
commit 64d33810fc
1 changed files with 1 additions and 1 deletions

View File

@ -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: