Minor tweak on spaces

pull/2852/head
Marcelo Salazar 2016-09-16 10:11:07 +01:00 committed by Anna Bridge
parent e79ce44ce5
commit 8972cefcda
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ProgenBuildTest(object):
""" """
log = '' log = ''
if tool == 'uvision' or tool == 'uvision4': 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': elif tool == 'iar':
log = path.join(project_dir, 'build_log.txt') log = path.join(project_dir, 'build_log.txt')
try: try: