diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 16:18:41 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 16:18:41 +0000 |
commit | 361c4249da702c41968aa2f9f1867d4a5a2456ec (patch) | |
tree | 742aee1d5f3104be88c2f3720da3bdd69bb4e69e /bin | |
parent | 002db0e413981f9c0ee045fe6aadbac59b57ea97 (diff) | |
download | jenkins.debian.net-361c4249da702c41968aa2f9f1867d4a5a2456ec.tar.xz |
reproducible: common.py: fix typo
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', |