Style: Add WARNING: as new comment admonition

This commit is contained in:
Thaddeus Crews
2024-09-12 12:03:59 -05:00
parent 0a9d8f04c1
commit 32c83a228d
13 changed files with 46 additions and 34 deletions

View File

@ -33,7 +33,7 @@ def make_default_controller_mappings(target, source, env):
guid = line_parts[0]
if guid in platform_mappings[current_platform]:
g.write(
"// WARNING - DATABASE {} OVERWROTE PRIOR MAPPING: {} {}\n".format(
"// WARNING: DATABASE {} OVERWROTE PRIOR MAPPING: {} {}\n".format(
src_path, current_platform, platform_mappings[current_platform][guid]
)
)