X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=directory_filter.py;h=d14dce7c6eec912e2b2c5b07ebe9b6ef4dfcf716;hb=b29be4f1750fd20bd2eada88e751dfae85817882;hp=5504609ad6d0e92257052370b4132e353c166338;hpb=1574e8a3a8982fab9278ad534f9427d464e4bffb;p=python_utils.git diff --git a/directory_filter.py b/directory_filter.py index 5504609..d14dce7 100644 --- a/directory_filter.py +++ b/directory_filter.py @@ -6,7 +6,7 @@ from typing import Any, Optional class DirectoryFileFilter(object): - """A predicate that will return False if when a proposed file's + """A predicate that will return False if / when a proposed file's content to-be-written is identical to the contents of the file; skip the write. """