Resolve Python Logger library warnings

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
pull/19791/head
Emmanuel Ferdman 1 year ago
parent 4dc06ee43f
commit 14474d5347
No known key found for this signature in database
GPG Key ID: 0CF84597DD87A9FF

@ -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

Loading…
Cancel
Save