nextcloud / files_confidential

Workflows for handling and classifying confidential files in Nextcloud
GNU Affero General Public License v3.0
5 stars 1 forks source link

fix: catch file parsing errors to not fail entire request #149

Closed andrey18106 closed 1 month ago

andrey18106 commented 2 months ago

If the parsing of file is failed due to any reason, we don't want to fail the request with Unhandled ValueError exception and should just skip the tagging then.

andrey18106 commented 1 month ago

CI error is unrelated (fails due to this removal: https://github.com/nextcloud/files_confidential/commit/85a796c55de961c529f526fd70b895e5d7c27613).