Some syntax errors fixed. Syntax checking added. Release checklist created.

This commit is contained in:
Storm Dragon
2025-07-24 13:52:10 -04:00
parent b6a9e1a692
commit 8c233e0385
15 changed files with 1867 additions and 13 deletions

View File

@ -29,9 +29,7 @@ class DynamicVoiceCommand:
def run(self):
try:
self.env["runtime"]["OutputManager"].present_text(
f"Testing voice {
self.voice} from {
self.module}. Please wait.",
f"Testing voice {self.voice} from {self.module}. Please wait.",
interrupt=True,
)