summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-07-09 09:43:23 +0000
committerHolger Levsen <holger@layer-acht.org>2015-07-09 12:05:57 +0200
commit53d085060bb5021e1c30f315bf831ff8c534e793 (patch)
treef3c53d32155813cf9cb156257901bbaf1e81546a /bin/reproducible_html_dd_list.py
parent485f0301a9f4601e56823f4c39166cff49209a69 (diff)
downloadjenkins.debian.net-53d085060bb5021e1c30f315bf831ff8c534e793.tar.xz
reproducible: html_dd_list: fix typo
Diffstat (limited to 'bin/reproducible_html_dd_list.py')
-rwxr-xr-xbin/reproducible_html_dd_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py
index 7e7ce6b5..72b347f4 100755
--- a/bin/reproducible_html_dd_list.py
+++ b/bin/reproducible_html_dd_list.py
@@ -44,7 +44,7 @@ for suite in SUITES:
stdout=PIPE, stdin=PIPE, stderr=PIPE)
out, err = p.communicate(input=('\n'.join(pkgs)).encode())
if err:
- log.error('dd-list errored:\n' + err.decode())
+ log.error('dd-list printed some errors:\n' + err.decode())
log.debug('dd-list output:\n' + out.decode())
html = '<p>The following maintainers and uploaders are listed '