mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
bimtester: German eleclass attributes steps, fix translation redirection
This commit is contained in:
@@ -3,7 +3,7 @@ from behave import step
|
||||
|
||||
@step('Es sind ausschliesslich "{ifc_classes}" Bauteile vorhanden')
|
||||
def step_impl(context, ifc_classes):
|
||||
context.execute_steps(f'* There are exclusively "{ifc_class}" elements only')
|
||||
context.execute_steps(f'* There are exclusively "{ifc_classes}" elements only')
|
||||
|
||||
|
||||
@step('Es sind keine "{ifc_class}" Bauteile vorhanden')
|
||||
|
||||
Reference in New Issue
Block a user