[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r20144 - trunk/contrib/hook-scripts

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-06-16 10:08:10 CEST

On Thu, 15 Jun 2006, cmpilato@tigris.org wrote:
...
> --- trunk/contrib/hook-scripts/svn2rss.py (original)
> +++ trunk/contrib/hook-scripts/svn2rss.py Thu Jun 15 23:24:05 2006
> @@ -21,7 +21,7 @@
> # Python 2.3 is required by PyRSS2Gen
> py_version = sys.version_info
> if sys.version_info[0:2] < (2,3):
> - sys.stderr.write("Error: Python 2.3 or higher required")
> + sys.stderr.write("Error: Python 2.3 or higher required.")
> sys.exit(1)

This stderr output is missing a newline at the end of it. The 'print
>> sys.stderr, msg' idiom is used elsewhere in this script to add a
newline.

  • application/pgp-signature attachment: stored
Received on Fri Jun 16 10:10:18 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.