to-mc / checksumdir

Simple package to compute a single deterministic hash of the file contents of a directory.
MIT License
94 stars 28 forks source link

excluded_extensions is ignored if "--ignore-hidden" is False (the default) #5

Closed idahogray closed 7 years ago

idahogray commented 7 years ago

excluded_extensions is not used when "--ignore-hidden" is False.

I verified this by getting the sha256 checksum on one of my Python libraries. I want to exclude the pyc files. However, I noticed the result changed every time I deleted one of the pyc files in the library.

I reviewed the code and it appears that this possibly got left out after the --ignore-hidden option was added.

to-mc commented 7 years ago

Fixed in version 1.1.4