Skip to content

Commit e47ec17

Browse files
fix: Add access to compound type mapping to projectFile
1 parent c9e4c53 commit e47ec17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LoopProjectFile/projectfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def __init__(self, project_filename):
6464
"eventRelationships",
6565
"structuralModelsConfig"
6666
]
67+
self.compoundTypeMap = compoundTypeMap
6768

6869
@classmethod
6970
def new(cls, filename):

0 commit comments

Comments
 (0)