mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 13:24:15 +00:00
"Could not read PDF content": warning->info
This commit is contained in:
parent
af90a2a2d2
commit
cf4e7a171e
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ class GuessFilename(object):
|
|||
return False
|
||||
|
||||
if len(content) == 0:
|
||||
logging.warning('Could read PDF file content but it is empty (skipping content analysis)')
|
||||
logging.info('Could read PDF file content but it is empty (skipping content analysis)')
|
||||
return False
|
||||
|
||||
# Salary - NOTE: this is highly specific to the PDF file
|
||||
|
|
|
|||
Loading…
Reference in a new issue