From 47192cc834259a490a90c5c5687f13aef0be783f Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 3 Mar 2023 11:08:56 +0500 Subject: [PATCH] Fixed typo in generate_pset_templates.py --- .../ifcopenshell/util/generate_pset_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py b/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py index 24b0eb9703..ed02b620dd 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py +++ b/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py @@ -50,7 +50,7 @@ class PsetTemplatesGenerator: if not IFC4x3_HTML_LOCATION.is_dir(): raise Exception( f'ISO release for Ifc4.3.0.1 expected to be in folder "{IFC4x3_HTML_LOCATION.resolve()}\\"\n' - "For doc extraction please either setup docs as described above \n" + "For generating ifc pset library please either setup docs as described above \n" "or change IFC4x3_HTML_LOCATION in the script accordingly.\n" "You can download docs from the repository: \n" "https://github.com/buildingSMART/IFC4.3-html/releases/tag/sep-13-release"