From 610999dbb07b7b4c324e76f067a038f256f44456 Mon Sep 17 00:00:00 2001 From: JF Ding Date: Thu, 15 Sep 2011 18:47:00 +0900 Subject: [PATCH] kill redundant message output --- mic/utils/fs_related.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mic/utils/fs_related.py b/mic/utils/fs_related.py index 9303127..a29b3d8 100644 --- a/mic/utils/fs_related.py +++ b/mic/utils/fs_related.py @@ -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 -- 2.7.4