Skip to content

Commit 64d3381

Browse files
author
Marcelo Salazar
committed
Minor tweak on spaces
1 parent 1192744 commit 64d3381

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 = 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)