mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
bimtester: very small code improvements in reports
This commit is contained in:
@@ -14,7 +14,7 @@ def generate_report(
|
|||||||
html_template_file_path=""
|
html_template_file_path=""
|
||||||
):
|
):
|
||||||
|
|
||||||
# print("# Generating HTML reports now.")
|
print("# Generating HTML reports now.")
|
||||||
|
|
||||||
# get locale path
|
# get locale path
|
||||||
localedir = os.path.join(
|
localedir = os.path.join(
|
||||||
@@ -150,7 +150,7 @@ def generate_report(
|
|||||||
|
|
||||||
|
|
||||||
def get_html_template_strings():
|
def get_html_template_strings():
|
||||||
print(_("OpenBIM auditing is a feature of"))
|
|
||||||
return {
|
return {
|
||||||
"tr_lang": _("en"),
|
"tr_lang": _("en"),
|
||||||
"tr_success": _("Success"),
|
"tr_success": _("Success"),
|
||||||
|
|||||||
Reference in New Issue
Block a user