From 620d754e59ed9f0399c791f92d8b9e78bf437e21 Mon Sep 17 00:00:00 2001 From: "A. Murat Eren" Date: Fri, 19 Aug 2005 15:51:39 +0000 Subject: [PATCH] .. --- pisi/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pisi/util.py b/pisi/util.py index 947dc3ab..81c385df 100644 --- a/pisi/util.py +++ b/pisi/util.py @@ -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