summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-09 16:18:41 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-10-09 16:18:41 +0000
commit361c4249da702c41968aa2f9f1867d4a5a2456ec (patch)
tree742aee1d5f3104be88c2f3720da3bdd69bb4e69e /bin/reproducible_common.py
parent002db0e413981f9c0ee045fe6aadbac59b57ea97 (diff)
downloadjenkins.debian.net-361c4249da702c41968aa2f9f1867d4a5a2456ec.tar.xz
reproducible: common.py: fix typo
Diffstat (limited to 'bin/reproducible_common.py')
-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',