C#: Remove blank lines in generated converted models.

This commit is contained in:
Michael Nebel
2022-11-08 16:46:38 +01:00
parent f1b5ed1cba
commit d3a458ef1a
2 changed files with 4 additions and 8 deletions

View File

@@ -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):