mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 10:38:44 +00:00
Fix #1857. Fix bug where deleting from the outliner was not tracked.
This commit is contained in:
@@ -40,6 +40,11 @@ def replace_variables(value):
|
||||
return value
|
||||
|
||||
|
||||
@given("an untestable scenario")
|
||||
def an_untestable_scenario():
|
||||
pass
|
||||
|
||||
|
||||
@given("an empty Blender session")
|
||||
@when("an empty Blender session is started")
|
||||
def an_empty_ifc_project():
|
||||
|
||||
Reference in New Issue
Block a user