sb: Add a call to get the post processed report output.

Update #3210.
This commit is contained in:
Chris Johns 2017-10-27 17:24:50 +11:00
parent 723b638e02
commit 910196d686

View File

@ -828,6 +828,9 @@ class report:
self.generate_ini_source(sources)
self.generate_ini_hash(sources)
def get_output(self):
return self.formatter.post_process()
def write(self, name):
self.out = self.formatter.post_process()
if name is not None: