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

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

@ -363,7 +363,7 @@ class ModuleFinder(object):
break
else:
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
return tup

Loading…
Cancel
Save