diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-07-09 09:43:23 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 12:05:57 +0200 |
commit | 53d085060bb5021e1c30f315bf831ff8c534e793 (patch) | |
tree | f3c53d32155813cf9cb156257901bbaf1e81546a /bin | |
parent | 485f0301a9f4601e56823f4c39166cff49209a69 (diff) | |
download | jenkins.debian.net-53d085060bb5021e1c30f315bf831ff8c534e793.tar.xz |
reproducible: html_dd_list: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dd_list.py | 2 |
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 ' |