[Sugar-devel] [PATCH] fix trivial typo in extension loading exception

James Cameron quozl at laptop.org
Wed Jun 2 02:38:15 EDT 2010


On Tue, Jun 01, 2010 at 08:17:32AM +0000, Sascha Silbe wrote:
> While you're at it, can you avoid the escaping by using different quotes
> and replace "%" with "," (for consistency with our style guidelines - it
> doesn't really make a difference in this particular case), please?

I've read your style guidelines on
http://wiki.sugarlabs.org/go/Development_Team/Code_guidelines in
particular the use of logging.debug('foo %r bar', x) instead of
logging.debug('foo %r bar' % x) as you pointed out, but also that the
code is about communicating to people, and I propose the following
alternate patch which simplifies the message so that it is succinct and
therefore more readily comprehended:



More information about the Sugar-devel mailing list