From be14a1b2a4a110a035f9b832b981c017604f6945 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 29 May 2015 16:40:41 +0200 Subject: reproducible: html_packages: replace the u'\u2691' with the char itself '⚑'. py 3.2 seems to grok it better MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2da881da..ba90b87f 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -90,7 +90,7 @@ def check_package_status(package, suite, nocheck=False): raise status = str(result[0]) version = str(result[1]) - notify_maint = u'\u2691' if int(result[3]) == 1 else '' # that's ⚑ + notify_maint = '⚑' if int(result[3]) == 1 else '' if result[2]: build_date = 'at ' + str(result[2]) + ' UTC' else: -- cgit v1.2.3-70-g09d2