提交 5c967ef7 编写于 作者: W wuzewu

Remove phm format

上级 feffabcb
......@@ -46,7 +46,7 @@ class InstallCommand(BaseCommand):
return False
extra = {"command": "install"}
if argv[0].endswith("tar.gz") or argv[0].endswith("phm"):
if argv[0].endswith("tar.gz"):
result, tips, module_dir = default_module_manager.install_module(
module_package=argv[0], extra=extra)
elif os.path.exists(argv[0]) and os.path.isdir(argv[0]):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册