Skip to content

Commit 403d952

Browse files
authored
Update bsp_buildings.py
for test
1 parent a313d12 commit 403d952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci/bsp_buildings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ def build_bsp_attachconfig(bsp, attach_file):
147147

148148
res = build_bsp(bsp, scons_args)
149149

150-
shutil.copyfile(config_bacakup, config_file)
151-
os.remove(config_bacakup)
150+
#shutil.copyfile(config_bacakup, config_file)
151+
#os.remove(config_bacakup)
152152

153153
return res
154154

0 commit comments

Comments
 (0)