Bimtester, improve German attribute feature translation, get rid of umlaut since it makes problems in some circumstances

This commit is contained in:
Bernd Hahnebach
2021-11-21 21:19:10 +01:00
committed by GitHub
parent 3c41f6b0f8
commit 04535d27ec
@@ -4,6 +4,6 @@ from behave import use_step_matcher
use_step_matcher("parse")
@step('An alle "{ifc_class}" Bauteile ist im PSet "{pset}" das Attribut "{aproperty}" angehängt')
@step('Alle "{ifc_class}" Bauteile haben das Attribut "{aproperty}" im PSet "{pset}"')
def step_impl(context, ifc_class, aproperty, pset):
context.execute_steps(f'* All "{ifc_class}" elements have an "{aproperty}" property in the "{pset}" pset')