On 08/17/11 18:26, Brock Pytlik wrote:
Patch:

--- old/src/modules/client/progress.py Wed Aug 17 18:24:11 2011
+++ new/src/modules/client/progress.py Wed Aug 17 18:24:11 2011
@@ -1238,7 +1238,6 @@
self.__generic_simple_done()

def index_optimize(self):
- self.ind_output_done()
self.ind_started = False
self.last_print_time = 0
try:


Bug:
15231 index_optimize should not call ind_output_done

We only call index_optimize in one location in the code, and
ind_output_done has always been called prior to its invocation.

LGTM.

(BTW, CC Ethan Quach when you fix this, he has a custom version of the PogressTracker and may need to tweak theirs.)

-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to