Skip to content

Commit ae70c76

Browse files
committed
Shared: Use the CaptureSummaryModels instead of CaptureMixedSummaryModels.
1 parent fa5162f commit ae70c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)