bimtester: fix error in step code

This commit is contained in:
Bernd Hahnebach
2020-12-21 11:28:51 +01:00
committed by GitHub
parent 81326ba48f
commit b8fe04b7a9
@@ -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)