Skip to content

Commit

Permalink
Fix a typo in Tim's fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Apr 4, 2002
1 parent a8e5d43 commit 72118e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/pdist/cvslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72118e5

Please sign in to comment.