Update p11_load_modules_from_remote_machine_by_hooks.rst
it may be a bug.
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
# Check if it's a package
|
# Check if it's a package
|
||||||
if basename in self._links[baseurl]:
|
if basename in self._links[baseurl]:
|
||||||
log.debug('find_module: trying package %r', fullname)
|
log.debug('find_module: trying package %r', fullname)
|
||||||
fullurl = self._baseurl + '/' + basename
|
fullurl = self.base_url + '/' + basename
|
||||||
# Attempt to load the package (which accesses __init__.py)
|
# Attempt to load the package (which accesses __init__.py)
|
||||||
loader = UrlPackageLoader(fullurl)
|
loader = UrlPackageLoader(fullurl)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user