From ab3cec1449514082becd0160aaeffe51b55242e9 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 29 Jul 2016 11:56:07 -0400 Subject: [PATCH] Typo --- lib/sumfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sumfiles.py b/lib/sumfiles.py index 88b331f..220bb16 100644 --- a/lib/sumfiles.py +++ b/lib/sumfiles.py @@ -92,7 +92,7 @@ class DejaResults(object): self._write_sum_file (sum_dict, builder, None, 'gdb.sum') def write_try_build_sum_file (self, sum_dict, builder, branch): - self._write_sum_file (sum_dict, builder, None, 'trybuild_gdb.sum' + self._write_sum_file (sum_dict, builder, None, 'trybuild_gdb.sum', header = "### THIS SUM FILE WAS GENERATED BY A TRY BUILD ###\n\n") def write_baseline(self, sum_dict, builder, branch, rev):