mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Continue work on plug-in and tests
This commit is contained in:
@@ -718,7 +718,7 @@ class file_mixin:
|
||||
"""
|
||||
|
||||
if self.transaction:
|
||||
max_id = self.getMaxId()
|
||||
max_id = self.get_max_id()
|
||||
|
||||
result = self._add(inst, -1 if _id is None else _id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user