From c1172fc6599d2367d5037a1c58789d4899270d48 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 1 Jun 2015 16:46:00 +0200 Subject: reproducible: html_packages: fix typo --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index d649b12d..a7f9e263 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -116,7 +116,7 @@ def link_buildlogs(package, eversion, suite, arch): uri = LOGS_URI + '/' + path if os.access(log.format('1'), os.R_OK): html += 'log1\n' - if os.access(logs.format('2'), os.R_OK): + if os.access(log.format('2'), os.R_OK): html += '2\n' return html -- cgit v1.2.3-54-g00ecf