[core] Prepare for project name change

This commit is contained in:
Kuba Szczodrzyński
2023-04-24 11:35:39 +02:00
parent 85a687fc56
commit 461e4c6df0
56 changed files with 105 additions and 103 deletions

View File

@@ -363,7 +363,7 @@ class LibretuyaPlatform(PlatformBase):
if debug_tool == "custom":
return
exc = DebugInvalidOptionsError(
f"[LibreTuya] Debug tool {debug_tool} is not supported by board {board}."
f"[LibreTiny] Debug tool {debug_tool} is not supported by board {board}."
)
exc.MESSAGE = ""
raise exc