File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
misc/scripts/models-as-data Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -180,22 +180,19 @@ def makeContent(self):
180
180
{ sinkAddsTo }
181
181
{ sourceAddsTo }
182
182
{ summaryAddsTo }
183
- { negativeSummaryAddsTo }
184
- """
183
+ { negativeSummaryAddsTo } """
185
184
186
185
def makeTypeBasedContent (self ):
187
186
if self .generateTypeBasedSummaries :
188
187
typeBasedSummaryAddsTo = self .getAddsTo ("CaptureTypeBasedSummaryModels.ql" , "extSummaryModel" )
189
188
else :
190
189
typeBasedSummaryAddsTo = ""
191
190
192
- return f"""
193
- # THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
191
+ return f"""# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
194
192
# Definitions of type based summaries in the { self .friendlyname } framework.
195
193
196
194
extensions:
197
- { typeBasedSummaryAddsTo }
198
- """
195
+ { typeBasedSummaryAddsTo } """
199
196
200
197
def save (self , content , target ):
201
198
with open (target , "w" ) as targetYml :
You can’t perform that action at this time.
0 commit comments