Minor fix to match with master

pull/2614/head
Marcelo Salazar 2016-09-12 20:12:54 +01:00
parent ca35755167
commit 1192744a06
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 = os.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: