mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
bimtester: steps, remove a newline added by accident
This commit is contained in:
@@ -17,7 +17,6 @@ def no_element_class_ele(context, ifc_class, reason):
|
|||||||
context.elemcount = len(elements)
|
context.elemcount = len(elements)
|
||||||
context.falsecount = len(context.falseelems)
|
context.falsecount = len(context.falseelems)
|
||||||
|
|
||||||
|
|
||||||
if context.elemcount == 0 and context.falsecount == 0:
|
if context.elemcount == 0 and context.falsecount == 0:
|
||||||
return # Test OK, thus we can not use the assert_elements method
|
return # Test OK, thus we can not use the assert_elements method
|
||||||
elif context.falsecount == context.elemcount:
|
elif context.falsecount == context.elemcount:
|
||||||
|
|||||||
Reference in New Issue
Block a user