diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |