kill redundant message output
authorJF Ding <Jian-feng.Ding@intel.com>
Thu, 15 Sep 2011 09:47:00 +0000 (18:47 +0900)
committerJF Ding <Jian-feng.Ding@intel.com>
Thu, 15 Sep 2011 09:47:00 +0000 (18:47 +0900)
mic/utils/fs_related.py

index 9303127..a29b3d8 100644 (file)
@@ -64,7 +64,7 @@ class TextProgress(object):
 
     def end(self, *args):
         if self.counter == self.total:
-            msger.info("\n")
+            msger.raw("\n")
 
         self.counter += 1