mirror of
https://github.com/python/cpython.git
synced 2025-07-21 18:25:22 +00:00
rstlint: we do not use svn anymore
This commit is contained in:
parent
95988f98ea
commit
2273b096ce
1 changed files with 0 additions and 4 deletions
|
@ -173,10 +173,6 @@ Options: -v verbose (print all checked file names)
|
|||
count = defaultdict(int)
|
||||
|
||||
for root, dirs, files in os.walk(path):
|
||||
# ignore subdirs controlled by svn
|
||||
if '.svn' in dirs:
|
||||
dirs.remove('.svn')
|
||||
|
||||
# ignore subdirs in ignore list
|
||||
if abspath(root) in ignore:
|
||||
del dirs[:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue