do not check anymore if all CapBaseObject have docstrings
This commit is contained in:
parent
c6a141595c
commit
9f86437ea1
2 changed files with 1 additions and 2 deletions
|
|
@ -271,7 +271,7 @@ class Repository(object):
|
|||
try:
|
||||
module = Module(__import__(name, fromlist=[str(name)]))
|
||||
except Exception, e:
|
||||
print >>sys.stderr, 'Unable to build module %s: %s' % (name, e)
|
||||
print >>sys.stderr, 'Unable to build module %s: [%s] %s' % (name, type(e), e)
|
||||
else:
|
||||
m = ModuleInfo(module.name)
|
||||
m.version = self.get_tree_mtime(module_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue