← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~ursinha/launchpad/bug-1201485 into lp:launchpad

 

> 32      +def debug(logger, msg):
> 33      + if logger is not None:
> 34      + logger.debug(msg)
> 
> This is only called once, so I'd probably inline it.

Yeah, I agree. I saw it somewhere else so I thought there was a convention to do so, but I feel better inlining it. Fixed.

> 
> Otherwise I think this is fine. But we might need to think a bit about how
> pocket copies behave: eg. a copy from -proposed to -updates will reimport the
> translations. This is probably OK, but something to think about.
-- 
https://code.launchpad.net/~ursinha/launchpad/bug-1201485/+merge/186305
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.


References