Skip to content

Commit 8128fa7

Browse files
Fix comment
1 parent 23b26cc commit 8128fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/python/mbed_tools/build/_internal/config/assemble_build_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def assemble_config(target_attributes: dict, program: MbedProgram) -> Config:
4242

4343
config = _assemble_config_from_sources(target_attributes, list(mbed_lib_files), program.files.app_config_file)
4444

45-
# Set up the config source path list using the resolved version of the path to every JSON
45+
# Set up the config source path list using the path to every JSON
4646
config.json_sources.extend(mbed_lib_files)
4747
if program.files.app_config_file is not None:
4848
config.json_sources.append(program.files.app_config_file)

0 commit comments

Comments
 (0)