From 361c4249da702c41968aa2f9f1867d4a5a2456ec Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 9 Oct 2015 16:18:41 +0000 Subject: reproducible: common.py: fix typo --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 23220819..5331d70e 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -725,7 +725,7 @@ class Package: result = 0 self.notify_maint = '⚑' if result == 1 else '' self.history = [] - self._load_history + self._load_history() def _load_history(self): keys = ['build ID', 'version', 'suite', 'architecture', 'result', -- cgit v1.2.3-70-g09d2