We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec6b40 commit 036ee9cCopy full SHA for 036ee9c
1 file changed
src/tools/autoremove.py
@@ -56,7 +56,7 @@ def 检查包版本(包标识符: str, 版本列表: list[str], 跳过检查: bo
56
if InstallerUrls验证结果[0] in {1, 2}:
57
print(f"{消息头.警告} 似乎有几个安装程序链接仍然有效,请检查它们。")
58
if 是否中止(input(f"{消息头.问题} 要移除此版本吗? [y/N]: ")):
59
- return
+ continue
60
else:
61
验证结果.append(InstallerUrls验证结果[1])
62
print(f"{消息头.错误} {Fore.BLUE}{包标识符} {版本}{Fore.RESET} 下载失败!将移除此版本...")
0 commit comments