aboutsummaryrefslogtreecommitdiffstats
path: root/python/intex_scenarios.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/intex_scenarios.py')
-rw-r--r--python/intex_scenarios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/intex_scenarios.py b/python/intex_scenarios.py
index 7c17b467..64f6cd29 100644
--- a/python/intex_scenarios.py
+++ b/python/intex_scenarios.py
@@ -102,7 +102,7 @@ def generate_scenarios(workdate, dealnames, conn, cursor):
with open(prometheus) as fh:
for line in fh:
if "DEAL_NAME" in line:
- newline = "DEAL_NAME=" + dealname.upper()
+ newline = "DEAL_NAME=" + dealname.upper() + "\n"
fh2.write(newline)
continue
if pattern11.match(line):