mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
shit
This commit is contained in:
parent
04631c0f69
commit
c15024e7cf
@ -123,7 +123,7 @@ for _d, _, _fs in os.walk("./LunaTranslator"):
|
|||||||
for dependency in all_dependencies:
|
for dependency in all_dependencies:
|
||||||
if dependency.startswith("./"):
|
if dependency.startswith("./"):
|
||||||
continue
|
continue
|
||||||
if not dependency.startswitch(py37Path):
|
if not dependency.startswith(py37Path):
|
||||||
continue
|
continue
|
||||||
print(dependency)
|
print(dependency)
|
||||||
end = dependency[len(py37Path) + 1 :]
|
end = dependency[len(py37Path) + 1 :]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user