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

[PATCH] Fix contribulyze.py

From: Madan U S <madan_at_collab.net>
Date: 2006-04-13 09:11:57 CEST

http://www.red-bean.com/svnproject/contribulyzer/ is outdated, because contribulyze.py errors out. This patch fixes that.

[[[
A trailing white-space in the suggested-by string in r19298
put an error check in contribulyze.py to work and hence exit the script.
This fix accomodates such stray whitespaces, at the start, and at the end,
by striping them off before processing.

* tools/dev/contribulyze.py
  (Contributor.parse): Strip off leading/trailing whitespace, if any,
  from the name parameter.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Apr 13 09:12:32 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.