From 18d843c48a80634e6983ae9cae1551df7d21d2e5 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 19 Aug 2015 22:58:54 +0000 Subject: reproducible: fix syntax --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 0a5d7388..1616508f 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -273,7 +273,7 @@ def _gen_links(suite, arch): html += '
  • suite: ' + i + '
  • ' if arch == 'amd64': html += '
  • armhf
  • ' - else + else: html += '
  • amd64
  • ' return html -- cgit v1.2.3-70-g09d2