提交 b8a903ef 编写于 作者: W w-e-w

fix check for updates status always "unknown"

上级 d0bf509f
......@@ -61,7 +61,7 @@ class Extension:
self.from_dict(d)
except FileNotFoundError:
pass
self.status = 'unknown'
self.status = 'unknown' if self.status == '' else self.status
def do_read_info_from_repo(self):
repo = None
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册