mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24: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:
|
||||
if dependency.startswith("./"):
|
||||
continue
|
||||
if not dependency.startswitch(py37Path):
|
||||
if not dependency.startswith(py37Path):
|
||||
continue
|
||||
print(dependency)
|
||||
end = dependency[len(py37Path) + 1 :]
|
||||
|
Loading…
x
Reference in New Issue
Block a user