mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Remove blank lines in generated converted models.
This commit is contained in:
@@ -7,13 +7,11 @@ import subprocess
|
||||
summaryModelPredicate = "extSummaryModel"
|
||||
sinkModelPredicate = "extSinkModel"
|
||||
sourceModelPredicate = "extSourceModel"
|
||||
addsToTemplate = """
|
||||
- addsTo:
|
||||
addsToTemplate = """ - addsTo:
|
||||
pack: {0}
|
||||
extensible: {1}
|
||||
data:
|
||||
{2}
|
||||
"""
|
||||
{2}"""
|
||||
|
||||
def remove_dir(dirName):
|
||||
if os.path.isdir(dirName):
|
||||
|
||||
Reference in New Issue
Block a user