Skip to content

Commit aa5d2af

Browse files
committed
Stop shouting at users in error messages
1 parent f8f5bc4 commit aa5d2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def build_project(src_paths, build_path, target, toolchain_name,
533533
if linker_script is not None:
534534
resources.add_file_ref(linker_script, linker_script)
535535
if not resources.get_file_refs(FileType.LD_SCRIPT):
536-
raise NotSupportedException("No Linker Script found!")
536+
raise NotSupportedException("No Linker Script found")
537537

538538
# Compile Sources
539539
objects = toolchain.compile_sources(resources, sorted(resources.get_file_paths(FileType.INC_DIR)))

0 commit comments

Comments
 (0)