Skip to content

Commit

Permalink
added linting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
voisardf committed Aug 28, 2024
1 parent 3b55d99 commit d8c72db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def __call__(self, value, system):
data=json.dumps(spec)
)
try:
log.debug('Validation of the TOC length with compute_toc_pages set to {} and default_toc_length set to {}'.format( \
print_config.get('compute_toc_pages'),print_config.get('default_toc_length')))
log.debug('Validation of the TOC length with compute_toc_pages set to {} and default_toc_length set to {}'.format(print_config.get('compute_toc_pages'), print_config.get('default_toc_length'))) # noqa
if Config.get('print', {}).get('compute_toc_pages', False):
with io.BytesIO() as pdf:
pdf.write(print_result.content)
Expand Down

0 comments on commit d8c72db

Please sign in to comment.