]> granicus.if.org Git - python/commitdiff
Fix a typo in Tim's fix.
authorGuido van Rossum <guido@python.org>
Thu, 4 Apr 2002 23:03:47 +0000 (23:03 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 4 Apr 2002 23:03:47 +0000 (23:03 +0000)
Demo/pdist/cvslib.py

index c72cd6b848e2ea1c11ba0a052b9dba1827c371f2..fa0e0f911dd9b8b86db2591aa7cb8ef47d76c6c4 100755 (executable)
@@ -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