mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
bimtester: fix error in step code
This commit is contained in:
@@ -4,7 +4,7 @@ from geometric_detail_methods import class_geometric_representation
|
||||
from utils import switch_locale
|
||||
|
||||
|
||||
step("Alle {ifc_class} Bauteile müssen eine geometrische Repräsentation der Klasse {representation_class} verwenden")
|
||||
@step("Alle {ifc_class} Bauteile müssen eine geometrische Repräsentation der Klasse {representation_class} verwenden")
|
||||
def step_impl(context, ifc_class, representation_class):
|
||||
switch_locale(context.localedir, "de")
|
||||
class_geometric_representation(context, ifc_class, representation_class)
|
||||
|
||||
Reference in New Issue
Block a user