papis-extract/papis_extract
Marty Oehme 779519f580
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
fix: Only inform if no extractor finds valid files
Until now whenever an extractor could not find any valid files for a
document it would inform the user of this case. However, this is not
very useful: if you have a pdf and an epub extractor running, it would
inform you for each document which only had one of the two formats as
well as those which actually did not have any valid files for *any* of
the extractors running.

This commit changes the behavior to only inform the user when none of
the running extractors find a valid file, since that is the actual case
a user might want to be informed about.
2024-06-14 21:50:55 +02:00
..
exporters chore: Black formatting 2024-06-12 11:46:39 +02:00
extractors refactor: Fix circular exception import 2024-06-14 15:18:22 +02:00
__init__.py fix: Only inform if no extractor finds valid files 2024-06-14 21:50:55 +02:00
annotation.py chore: Fix strict pyright analysis errors 2024-06-14 15:13:24 +02:00
exceptions.py refactor: Fix circular exception import 2024-06-14 15:18:22 +02:00
exporter.py chore: Black formatting 2024-06-12 11:46:39 +02:00
extraction.py fix: Only inform if no extractor finds valid files 2024-06-14 21:50:55 +02:00
formatter.py chore: Black formatting 2024-06-12 11:46:39 +02:00