Skip to content

Empty html report from IfcTester in Python script #3856

Answered by Moult
Zeraxel asked this question in Q&A
Discussion options

You must be logged in to vote

You need to call report() first prior to to_file().

reporter = ifctester.reporter.Html(my_ids)
reporter.report()
reporter.to_file('your/path/here.html')

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Zeraxel
Comment options

@Moult
Comment options

Answer selected by Zeraxel
@Zeraxel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants