From af2049a224281b44980113cf6d5d3bd4709b6e75 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 11 May 2015 09:52:07 +0200 Subject: reproducible: breakages: fix typo --- bin/reproducible_breakages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_breakages.py') diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py index 41b7cb27..3556c11d 100755 --- a/bin/reproducible_breakages.py +++ b/bin/reproducible_breakages.py @@ -60,7 +60,7 @@ def not_unrep_with_dbd_file(): dbd = DBD_PATH + '/' + suite + '/' + arch + '/' + pkg + '_' + \ eversion + '.debbindiff.html' if os.access(dbd, os.R_OK): - bad_pks.append((pkg, version, suite, arch)) + bad_pkgs.append((pkg, version, suite, arch)) log.warning(pkg + '/' + suite + ' (' + version + ') has a ' 'debbindiff file but it\'s not unreproducible.') return bad_pkgs -- cgit v1.2.3-54-g00ecf