4229 Change for 3799 doesn't print auths correctly in100
authorBrock Pytlik <bpytlik@sun.com>
Fri, 24 Oct 2008 15:23:29 -0700
changeset 628 71eab3488987
parent 627 df86b51145eb
child 629 382a8697ec56
4229 Change for 3799 doesn't print auths correctly
src/modules/client/progress.py
--- a/src/modules/client/progress.py	Fri Oct 24 15:08:24 2008 -0700
+++ b/src/modules/client/progress.py	Fri Oct 24 15:23:29 2008 -0700
@@ -465,6 +465,8 @@
         def refresh_output_progress(self):
                 try:
                         print self.cr,
+                        print " " * self.cat_curstrlen,
+                        print self.cr,
                         s = "Refreshing Catalog %d/%d %s" % \
                             (self.refresh_cur_auth_cnt, self.refresh_auth_cnt,
                             self.refresh_cur_auth)