commit 0335ec832a9e17903fa9f15fede95b38614755b9
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2017-12-01T10:42:44Z |
| subject | Fixed no result info artifact |
commit 0335ec832a9e17903fa9f15fede95b38614755b9
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2017-12-01T10:42:44Z
Fixed no result info artifact
---
python/reg-rename.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/python/reg-rename.py b/python/reg-rename.py
index 43e95d2..a5d609d 100644
--- a/python/reg-rename.py
+++ b/python/reg-rename.py
@@ -134,6 +134,9 @@ class RegReplace:
if not self.recursive:
break
+
+ sys.stdout.write( "\n" ) # Move down
+ sys.stdout.write( "\033[K" ) # Clear line
sys.stdout.flush()
def _compile_re( patterns ):