This commit is contained in:
A. Murat Eren
2005-08-19 15:51:39 +00:00
parent 8301eb4a70
commit 620d754e59
+1
View File
@@ -249,6 +249,7 @@ def get_file_hashes(top, exclude_prefix=None, removePrefix=None):
return 0
for root, dirs, files in os.walk(top, topdown=False):
#bug 339
if os.path.islink(root) and not has_excluded_prefix(root):
#yield the symlink..
#bug 373