Fix a bug reported by Noyga.
This commit is contained in:
parent
eb494e7e65
commit
6fd811f6cb
1 changed files with 0 additions and 2 deletions
|
@ -677,8 +677,6 @@ if __name__ == '__main__':
|
|||
if verbose > 0 and transformed != line:
|
||||
msg = "%s, line %d: %s -> %s" % \
|
||||
(filename, lineno+1, line.strip(), transformed.strip())
|
||||
if not hasdigit(os.path.basename(old)) and hasdigit(new):
|
||||
msg += " (check manually, alternatives may be better)"
|
||||
print msg
|
||||
return transformed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue