mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Using _logger.exception for a ResourceExistsError is misleading: the operation is harmless since blobs are content-addressed (SHA1) and filename is returned correctly regardless. Switch to _logger.info to avoid false-positive ERROR noise.