Import ClientFlow production v4928.1.5.132.4
This commit is contained in:
18
RELEASE_NOTES_v4928_1_5_2.md
Normal file
18
RELEASE_NOTES_v4928_1_5_2.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# ClientFlow v4928.1.5.2 — Task Reply Audit Import Hotfix
|
||||
|
||||
## Correção
|
||||
|
||||
- Corrige `ModuleNotFoundError: No module named 'app'` ao executar `python scripts/audit_task_reply_suggestions.py` diretamente a partir da pasta do backend.
|
||||
- O script agora adiciona automaticamente a raiz do projeto ao `sys.path` antes de importar módulos `app.*`.
|
||||
|
||||
## Comando recomendado
|
||||
|
||||
```bash
|
||||
python scripts/audit_task_reply_suggestions.py --status pending --format markdown --out /tmp/task_reply_audit.md
|
||||
```
|
||||
|
||||
## Workaround alternativo para versões anteriores
|
||||
|
||||
```bash
|
||||
PYTHONPATH=. python scripts/audit_task_reply_suggestions.py --status pending --format markdown --out /tmp/task_reply_audit.md
|
||||
```
|
||||
Reference in New Issue
Block a user