Ver código fonte

Resolve Python Logger library warnings (#19791)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
tags/1.4.1
Emmanuel Ferdman 5 meses atrás
pai
commit
582b721160
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      api/services/dataset_service.py

+ 1
- 1
api/services/dataset_service.py Ver arquivo

@@ -992,7 +992,7 @@ class DocumentService:
created_by=account.id,
)
else:
logging.warn(
logging.warning(
f"Invalid process rule mode: {process_rule.mode}, can not find dataset process rule"
)
return

Carregando…
Cancelar
Salvar