Fix #1733. Bug where structural member data was not updated correctly.

This commit is contained in:
Dion Moult
2021-09-21 11:06:29 +10:00
parent 1d1e051e0f
commit a37d36e0c7
@@ -144,8 +144,6 @@ class Data:
@classmethod
def load_structural_connection(cls, product_id):
cls.connects_structural_members = {}
connection = cls._file.by_id(product_id)
data = connection.get_info()
del data["OwnerHistory"]