mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Fix a typo in Tim's fix.
This commit is contained in:
parent
a8e5d432a5
commit
72118e5bc7
@ -292,7 +292,7 @@ class CVS:
|
||||
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…
Reference in New Issue
Block a user