fix : execution problem when line start with block tag + dont load tts if disabled

This commit is contained in:
martin legrand
2025-03-28 18:51:03 +01:00
parent 0c7ce90980
commit 0bf813e865
9 changed files with 40 additions and 47 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class CInterpreter(Tools):
compile_command,
capture_output=True,
text=True,
timeout=10
timeout=60
)
if compile_result.returncode != 0: