[library-web] logs modules that are blacklisted



commit 031a59dc44e1db7fd577709042efdc1cf3ebdb84
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Jan 27 08:14:50 2014 +0000

    logs modules that are blacklisted

 src/lgo.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index 8b5347c..03c34dd 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -566,6 +566,7 @@ class Lgo(App):
                     continue
 
                 if not doc.modulename or doc.modulename in self.config.blacklist:
+                    logging.debug('skipping because in blacklist')
                     continue
             else:
                 for more_doc in more_tarball_docs[:]:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]