[library-web] add debugging statement to identify clutter-gtk problem



commit 1803f85c0ca52ce12707a98a8be477fe0d87d726
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 21:56:31 2014 +0000

    add debugging statement to identify clutter-gtk problem

 src/lgo.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index f4c82db..8b5347c 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -562,6 +562,7 @@ class Lgo(App):
                     continue
 
                 if '$(' in doc.modulename:
+                    logging.debug('skipping because it has $( in its modulename')
                     continue
 
                 if not doc.modulename or doc.modulename in self.config.blacklist:


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