diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-24 13:30:37 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-24 13:30:37 +0200 |
| commit | 014c53df49a1bd388c5173f574d084d3e842fb50 (patch) | |
| tree | cd5441309cb029bc62ddf03ca0fc99cd25316b45 /manager.py | |
| parent | 6700d0d86153d051c1e7c36b86e06408eb93fc38 (diff) | |
| download | astroid-git-014c53df49a1bd388c5173f574d084d3e842fb50.tar.gz | |
temporarily add some prints to diagnose the drone.io failure
Diffstat (limited to 'manager.py')
| -rw-r--r-- | manager.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -178,6 +178,9 @@ class AstroidManager(OptionsProviderMixIn): modname = modname or module.__name__ if modname in self.astroid_cache: return self.astroid_cache[modname] + from logilab.common.compat import builtins + if module is builtins: + print 'BT LOOKUP' try: # some builtin modules don't have __file__ attribute filepath = module.__file__ |
