From ee56e06d860a16989489e372eab69d4e381cda0b Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 8 Dec 2021 08:42:21 +0100 Subject: [PATCH] bimtester: German eleclass attributes steps, fix translation redirection --- .../bimtester/features/steps/attributes_eleclasses/de.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py b/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py index 2f961bfdf8..6daae029bf 100644 --- a/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py +++ b/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py @@ -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')