Stop shouting at users in error messages

pull/8250/head
Jimmy Brisson 2018-10-19 10:25:49 -05:00
parent f8f5bc40f6
commit aa5d2afa4d
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ def build_project(src_paths, build_path, target, toolchain_name,
if linker_script is not None:
resources.add_file_ref(linker_script, linker_script)
if not resources.get_file_refs(FileType.LD_SCRIPT):
raise NotSupportedException("No Linker Script found!")
raise NotSupportedException("No Linker Script found")
# Compile Sources
objects = toolchain.compile_sources(resources, sorted(resources.get_file_paths(FileType.INC_DIR)))