Skip to content

Commit 7bf657e

Browse files
committed
typo
1 parent 727842f commit 7bf657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/bsp_buildings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def build_bsp_cmake(bsp, scons_args=''):
116116
117117
"""
118118
ext_flags = ''
119-
scons_arg = scons_arg.strip()
119+
scons_args = scons_args.strip()
120120
if scons_args == "--strict":
121121
print("scons using strict mode, build it with `-Werror` flag")
122122
ext_flags += '-DCMAKE_COMPILE_WARNING_AS_ERROR=1'

0 commit comments

Comments
 (0)