mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
Fix a typo in Tim's fix.
This commit is contained in:
parent
a8e5d432a5
commit
72118e5bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ def ignored(self, file):
|
|||
if os.path.isdir(file): return True
|
||||
for pat in self.IgnoreList:
|
||||
if fnmatch.fnmatch(file, pat): return True
|
||||
return Falso
|
||||
return False
|
||||
|
||||
|
||||
# hexify and unhexify are useful to print MD5 checksums in hex format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue