From 77f6db111c1fa61955531e94fe14e7e0010fe09e Mon Sep 17 00:00:00 2001 From: voisardf Date: Thu, 29 Aug 2024 17:15:52 +0200 Subject: [PATCH] typo with lint --- .../contrib/print_proxy/mapfish_print/mapfish_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid_oereb/contrib/print_proxy/mapfish_print/mapfish_print.py b/pyramid_oereb/contrib/print_proxy/mapfish_print/mapfish_print.py index 61491862d0..64b3c9458f 100644 --- a/pyramid_oereb/contrib/print_proxy/mapfish_print/mapfish_print.py +++ b/pyramid_oereb/contrib/print_proxy/mapfish_print/mapfish_print.py @@ -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')