Skip to content

Commit 23b8e4e

Browse files
author
gcode@loowis.durge.org
committed
fix parameter name
1 parent f129076 commit 23b8e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/expose/importhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def is_package(self,fullname,info=None):
201201
(path,type,ispkg) = info
202202
return ispkg
203203

204-
def get_code(self,path,info=None):
204+
def get_code(self,fullname,info=None):
205205
"""Get the bytecode for the specified module."""
206206
if info is None:
207207
info = self._get_module_info(fullname)

0 commit comments

Comments
 (0)