Re: Lots of test suite code
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-05-09 02:55:56 CEST
On Tue, May 08, 2001 at 05:46:19PM -0500, Ben Collins-Sussman wrote:
os.path.join(path, 'SVN', 'entries')
>...
Stylistic nit on the above:
if ignore_re.match(line) is not None:
Also, "not" is a unary operator, not a function, so at *least* put a space
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:30 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.