mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo (from SF bug #962602)
This commit is contained in:
parent
874ebd5c3d
commit
cbd0b365c1
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class FileList:
|
||||||
(dir, string.join(patterns)))
|
(dir, string.join(patterns)))
|
||||||
for pattern in patterns:
|
for pattern in patterns:
|
||||||
if not self.include_pattern(pattern, prefix=dir):
|
if not self.include_pattern(pattern, prefix=dir):
|
||||||
log.warn(("warngin: no files found matching '%s' " +
|
log.warn(("warning: no files found matching '%s' " +
|
||||||
"under directory '%s'"),
|
"under directory '%s'"),
|
||||||
pattern, dir)
|
pattern, dir)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue