Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72118e5

Browse files
committed
Fix a typo in Tim's fix.
1 parent a8e5d43 commit 72118e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/pdist/cvslib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def ignored(self, file):
292292
if os.path.isdir(file): return True
293293
for pat in self.IgnoreList:
294294
if fnmatch.fnmatch(file, pat): return True
295-
return Falso
295+
return False
296296

297297

298298
# hexify and unhexify are useful to print MD5 checksums in hex format

0 commit comments

Comments
 (0)