Skip to content

Commit 1586783

Browse files
authored
Update p11_load_modules_from_remote_machine_by_hooks.rst
it may be a bug.
1 parent 6d07ccf commit 1586783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c10/p11_load_modules_from_remote_machine_by_hooks.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
# Check if it's a package
185185
if basename in self._links[baseurl]:
186186
log.debug('find_module: trying package %r', fullname)
187-
fullurl = self._baseurl + '/' + basename
187+
fullurl = self.base_url + '/' + basename
188188
# Attempt to load the package (which accesses __init__.py)
189189
loader = UrlPackageLoader(fullurl)
190190
try:

0 commit comments

Comments
 (0)