Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ac894a

Browse files
committed
merge with 3.4
2 parents 759a02c + 2273b09 commit 9ac894a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/tools/rstlint.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ def main(argv):
173173
count = defaultdict(int)
174174

175175
for root, dirs, files in os.walk(path):
176-
# ignore subdirs controlled by svn
177-
if '.svn' in dirs:
178-
dirs.remove('.svn')
179-
180176
# ignore subdirs in ignore list
181177
if abspath(root) in ignore:
182178
del dirs[:]

0 commit comments

Comments
 (0)