Skip to content

Commit 9c651f4

Browse files
committed
Shared: Use the CaptureSummaryModels instead of CaptureMixedSummaryModels.
1 parent f77e554 commit 9c651f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/scripts/models-as-data/generate_flow_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def getAddsTo(self, query, predicate):
157157
def makeContent(self):
158158
summaryAddsTo = {}
159159
if self.generateSummaries:
160-
summaryAddsTo = self.getAddsTo("CaptureMixedSummaryModels.ql", helpers.summaryModelPredicate)
160+
summaryAddsTo = self.getAddsTo("CaptureSummaryModels.ql", helpers.summaryModelPredicate)
161161

162162
sinkAddsTo = {}
163163
if self.generateSinks:

0 commit comments

Comments
 (0)