Minor fix

This commit is contained in:
Dion Moult
2020-07-21 15:26:43 +10:00
parent a89f7dc116
commit 95f97efa72
+1 -1
View File
@@ -154,7 +154,7 @@ def step_impl(context, id, reason):
element = IfcFile.get().by_id(id)
except:
return
assert False, 'This element\'s existence should be reevaluated.'
assert False, 'This element {} should be reevaluated.'.format(element)
@step(u'there is at least one {ifc_class} element')