summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherModel.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherModel.py b/Src/PyCatcher/src/pyCatcherModel.py
index 0d5fb91..20f4ab7 100644
--- a/Src/PyCatcher/src/pyCatcherModel.py
+++ b/Src/PyCatcher/src/pyCatcherModel.py
@@ -64,7 +64,7 @@ Evaluation: %s\n
report_rules ='------- Rule Results -----------\n'
for key in self.rules_report.keys():
- report_rules += str(key) + ': ' + str(self.rules_report[key])
+ report_rules += str(key) + ': ' + str(self.rules_report[key]) + '\n'
report_rules +='\n\n'
report_raw = '''------- Raw Information -----------
SystemInfo_2: %s