mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Minor fix
This commit is contained in:
@@ -154,7 +154,7 @@ def step_impl(context, id, reason):
|
|||||||
element = IfcFile.get().by_id(id)
|
element = IfcFile.get().by_id(id)
|
||||||
except:
|
except:
|
||||||
return
|
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')
|
@step(u'there is at least one {ifc_class} element')
|
||||||
|
|||||||
Reference in New Issue
Block a user