projects
/
tools
/
mic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3072bd5
)
kill redundant message output
author
JF Ding
<Jian-feng.Ding@intel.com>
Thu, 15 Sep 2011 09:47:00 +0000
(18:47 +0900)
committer
JF Ding
<Jian-feng.Ding@intel.com>
Thu, 15 Sep 2011 09:47:00 +0000
(18:47 +0900)
mic/utils/fs_related.py
patch
|
blob
|
history
diff --git
a/mic/utils/fs_related.py
b/mic/utils/fs_related.py
index 9303127ad290a7f2078b0f78ac06dd0810531fe6..a29b3d8a79f42382a9c272e56923b84dad8c1030 100644
(file)
--- 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