Fix a typo in Tim's fix.

This commit is contained in:
Guido van Rossum 2002-04-04 23:03:47 +00:00
parent a8e5d432a5
commit 72118e5bc7

View File

@ -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