Fixed no result info artifact
This commit is contained in:
parent
f426d485a8
commit
0335ec832a
@ -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 ):
|
||||
|
Loading…
Reference in New Issue
Block a user