launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #03179
[Merge] lp:~stevenk/launchpad/unmatched-brackets-annoyance into lp:launchpad
Steve Kowalik has proposed merging lp:~stevenk/launchpad/unmatched-brackets-annoyance into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~stevenk/launchpad/unmatched-brackets-annoyance/+merge/56103
Mismatched brackets!
--
https://code.launchpad.net/~stevenk/launchpad/unmatched-brackets-annoyance/+merge/56103
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/unmatched-brackets-annoyance into lp:launchpad.
=== modified file 'lib/lp/archivepublisher/utils.py'
--- lib/lp/archivepublisher/utils.py 2011-03-24 10:12:54 +0000
+++ lib/lp/archivepublisher/utils.py 2011-04-04 06:08:32 +0000
@@ -123,7 +123,7 @@
mem_size = resident() / (2 ** 20)
self.logger.debug(
- "Batch [%d..%d) [%d MiB]" % (start, self.offset, mem_size))
+ "Batch [%d..%d] [%d MiB]" % (start, self.offset, mem_size))
# Invalidate the whole cache for the main store, this we we will also
# get rid of all the foreign keys referred by the publishing records.