Spaces:
Sleeping
Sleeping
Correção Erro de Execução
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
137 |
question_file_name = item.get("file_name")
|
138 |
|
139 |
if not task_id in LISTA_TASKS_PROCESSAR:
|
140 |
-
print(f"Task {
|
141 |
continue
|
142 |
|
143 |
if not task_id or question_text is None:
|
|
|
137 |
question_file_name = item.get("file_name")
|
138 |
|
139 |
if not task_id in LISTA_TASKS_PROCESSAR:
|
140 |
+
print(f"Task {task_id} não está na lista de execução")
|
141 |
continue
|
142 |
|
143 |
if not task_id or question_text is None:
|