diff --git a/wnf.py b/wnf.py index 884f80ccc1..9e30f91351 100755 --- a/wnf.py +++ b/wnf.py @@ -55,7 +55,7 @@ def search_replace_with_prompt(fpath, txt1, txt2): tmp = [] for c in content: if c.find(txt1) != -1: - print '\n', fpath + print fpath print colored(txt1, 'red').join(c[:-1].split(txt1)) a = '' while a.lower() not in ['y', 'n', 'skip']: