From c15024e7cfea18e571a68e33eee9d0ea2baff3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:03:53 +0800 Subject: [PATCH] shit --- LunaTranslator/retrieval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LunaTranslator/retrieval.py b/LunaTranslator/retrieval.py index 9246ce35..4886bac9 100644 --- a/LunaTranslator/retrieval.py +++ b/LunaTranslator/retrieval.py @@ -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 :]