Skip to content

Conversation

@hitnik
Copy link
Collaborator

@hitnik hitnik commented Dec 13, 2024

report examples:
report.pdf

(rename pdf to html after download)
report.html.pdf

@hitnik hitnik requested a review from OlgaMardvilko December 13, 2024 18:28
current_size += 40 + h1_padding
# Calculating the height of paired tables
elif (el.name == 'div'
elif (el.name == 'div' and el.has_attr('style')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add an ID to the element and not reference it by style attr?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add an ID to the element and not reference it by style attr?

Done


else:
LOGGER.debug(f'Removed unrecognised question: {question["question"]}')
LOGGER.debug(f'Removed unrecognised question: {question["question"]}') # pylint: disable=W1405
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the pylint disable necessary? We were never notified of a pylint issue before.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw this error when running pylint.
Screenshot from 2024-12-16 12-44-37

Copy link
Collaborator

@OlgaMardvilko OlgaMardvilko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The styles looks good to me, exactly the same as before.

@hitnik hitnik changed the base branch from dev to feature/jinja_modules_reports December 18, 2024 11:00
@hitnik hitnik merged commit 01c1280 into feature/jinja_modules_reports Dec 18, 2024
16 checks passed
@hitnik hitnik deleted the feature/jinja_ntp_report branch December 18, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants