importer: quieten 'cannot find source' warning, closes #110

wip-fakessh-exit-status
David Wilson 7 years ago
parent 53e51c4af8
commit 6ec349b386

@ -363,7 +363,7 @@ class ModuleFinder(object):
break break
else: else:
tup = None, None, None tup = None, None, None
LOG.warning('get_module_source(%r): cannot find source', fullname) LOG.debug('get_module_source(%r): cannot find source', fullname)
self._found_cache[fullname] = tup self._found_cache[fullname] = tup
return tup return tup

Loading…
Cancel
Save