summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
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: