summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
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',