On Mon, Nov 09, 2015 at 02:53:36PM +0000, Finucane, Stephen wrote:
> Ah, I get the point - I just misinterpreted the line ending character
> (it's a '\r', but I instinctively saw a '\n'). How about this?
> 
>     self.stdout.write('%06d/%06d\r' % (i, count), ending='')
> 
> or this, if you prefer:
> 
>     self.stdout.write('%06d/%06d' % (i, count), ending='\r')
> 
> I'm raising this issue just because the Django docs explicitly say to use

Feel free to rewrite the patch this way if you wish, I don't mind either
way.

-- 
Damien
_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to