Skip to content

Commit

Permalink
typo with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
voisardf committed Aug 29, 2024
1 parent a5157d0 commit 77f6db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __call__(self, value, system):
except ValueError:
true_nb_of_toc = 1

log.debug('True number of TOC pages is {}, expected number was {}'.format(true_nb_of_toc, extract_as_dict['nbTocPages'])) #noqa
log.debug('True number of TOC pages is {}, expected number was {}'.format(true_nb_of_toc, extract_as_dict['nbTocPages'])) # noqa
if true_nb_of_toc != extract_as_dict['nbTocPages']:
log.warning('nbTocPages in result pdf: {} are not equal to the one predicted : {}, request new pdf'.format(true_nb_of_toc,extract_as_dict['nbTocPages'])) # noqa
log.debug('Secondary PDF extract call STARTED')
Expand Down

0 comments on commit 77f6db1

Please sign in to comment.