fix py修改不生效问题
This commit is contained in:
parent
cd4229a915
commit
c80318f442
@ -19,6 +19,7 @@ class ModuleHelper:
|
||||
|
||||
submodules: list = []
|
||||
packages = importlib.import_module(package_path)
|
||||
importlib.reload(packages)
|
||||
for importer, package_name, _ in pkgutil.iter_modules(packages.__path__):
|
||||
if package_name.startswith('_'):
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user