Some syntax errors fixed. Syntax checking added. Release checklist created.
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user