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

Skip to content

Commit 5aec1a4

Browse files
committed
Merge with 3.4
2 parents 8ef887c + bbbbe7e commit 5aec1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/clinic/clinic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4227,7 +4227,7 @@ def main(argv):
42274227
cmdline.print_usage()
42284228
sys.exit(-1)
42294229
for root, dirs, files in os.walk('.'):
4230-
for rcs_dir in ('.svn', '.git', '.hg', 'build'):
4230+
for rcs_dir in ('.svn', '.git', '.hg', 'build', 'externals'):
42314231
if rcs_dir in dirs:
42324232
dirs.remove(rcs_dir)
42334233
for filename in files:

0 commit comments

Comments
 (0)