This commit is contained in:
恍兮惚兮 2024-06-25 03:03:53 +08:00
parent 04631c0f69
commit c15024e7cf

View File

@ -123,7 +123,7 @@ for _d, _, _fs in os.walk("./LunaTranslator"):
for dependency in all_dependencies:
if dependency.startswith("./"):
continue
if not dependency.startswitch(py37Path):
if not dependency.startswith(py37Path):
continue
print(dependency)
end = dependency[len(py37Path) + 1 :]