mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 12:44:30 +08:00
[tools][dist] Fix syntax errors
This commit is contained in:
parent
4b517c4c53
commit
77a31a78d8
@ -119,7 +119,7 @@ def bsp_update_kconfig(dist_dir):
|
||||
found = 1
|
||||
if line.find('default') != -1 and found:
|
||||
position = line.find('default')
|
||||
line = line[0:position] + 'default: "rt-thread"\n'
|
||||
line = line[0:position] + 'default "rt-thread"\n'
|
||||
found = 0
|
||||
f.write(line)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user