Skip to content

Commit 6fa47bd

Browse files
author
Oren Cohen
authored
Update test.py
1 parent 0ca2615 commit 6fa47bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
args_error(parser, "argument --build is required")
215215

216216
if mcu_secured and not is_relative_to_root(options.source_dir):
217-
options.source_dir = ROOT
217+
base_source_paths = ROOT
218218
else:
219219
base_source_paths = options.source_dir
220220

0 commit comments

Comments
 (0)