Fix minor bug in util/style.py
--HG-- extra : convert_revision : d37accc884c2967d87dd267debab5afeb8b6ed85
This commit is contained in:
parent
948269d8aa
commit
b7ea470a97
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ if __name__ == '__main__':
|
|||
print '>>%s<<' % line[:-1]
|
||||
elif command == 'chkformat':
|
||||
stats = ValidationStats()
|
||||
for filename in files:
|
||||
for filename in args:
|
||||
validate(filename, stats=stats, verbose=verbose, exit_code=code)
|
||||
|
||||
if verbose > 0:
|
||||
|
|
Loading…
Reference in a new issue