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

Re: svn commit: rev 6359 - trunk/tools/cvs2svn

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-06-26 10:58:42 CEST

On Thu, Jun 26, 2003 at 12:44:30AM -0500, kfogel@tigris.org wrote:
>...
> +++ trunk/tools/cvs2svn/cvs2svn.py Thu Jun 26 00:44:29 2003
>...
> if debugging:
> - for n in range(i): print " ",
> + print " " * i

You've lost the trailing comma. While the *i is more efficient, I believe
you still want that trailing comma:

  print " " * i,

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 26 10:54:13 2003

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.