Skip to content

Commit 1192744

Browse files
author
Marcelo Salazar
committed
Minor fix to match with master
1 parent ca35755 commit 1192744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/export/build_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def handle_log_files(project_dir, tool, name):
7070
"""
7171
log = ''
7272
if tool == 'uvision' or tool == 'uvision4':
73-
log = os.path.join(project_dir,"build","build_log.txt")
73+
log = path.join(project_dir,"build","build_log.txt")
7474
elif tool == 'iar':
7575
log = path.join(project_dir, 'build_log.txt')
7676
try:

0 commit comments

Comments
 (0)