Fix indentation in pofix
This commit is contained in:
parent
066754a946
commit
ee9990d802
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if __name__ == '__main__':
|
|||
statinfo = os.stat(path)
|
||||
if statinfo.st_mtime > timecheck:
|
||||
newer += 1
|
||||
files.append(path)
|
||||
files.append(path)
|
||||
modified = sum(parallel_map(process_file, files))
|
||||
print ("pofix: %d files processed, %d files modified, %d files newer" \
|
||||
% (pocount, modified, newer))
|
||||
|
|
Loading…
Add table
Reference in a new issue