| Index: gm/rebaseline_server/compare_to_expectations.py
|
| diff --git a/gm/rebaseline_server/compare_to_expectations.py b/gm/rebaseline_server/compare_to_expectations.py
|
| index cdd03bed72319539ae16978cef417969bd9e0229..34b248c84bc6e7a0d02e6e32638b43db9f16ed74 100755
|
| --- a/gm/rebaseline_server/compare_to_expectations.py
|
| +++ b/gm/rebaseline_server/compare_to_expectations.py
|
| @@ -78,6 +78,7 @@ class ExpectationComparisons(results.BaseComparisons):
|
| builder_regex_list: List of regular expressions specifying which builders
|
| we will process. If None, process all builders.
|
| """
|
| + super(ExpectationComparisons, self).__init__()
|
| time_start = int(time.time())
|
| if builder_regex_list != None:
|
| self.set_match_builders_pattern_list(builder_regex_list)
|
|
|