mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 15:05:34 +02:00
rm extra whitespace in python, per PEP8
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
|
||||
paths = []
|
||||
for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]:
|
||||
paths += glob.glob( 'data/' + pattern )
|
||||
paths += glob.glob('data/' + pattern)
|
||||
|
||||
for path in paths:
|
||||
os.unlink( path )
|
||||
os.unlink(path)
|
||||
|
Reference in New Issue
Block a user