Update master
This commit is contained in:
parent
ea0a8ce616
commit
8e7facf344
1 changed files with 1 additions and 1 deletions
2
wnf.py
2
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']:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue