diff options
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 ' |