提交 a7d17f8d 编写于 作者: T Tzu-ping Chung

Make sure candidates are prepared after resolution

上级 327a3153
......@@ -207,6 +207,7 @@ class _InstallRequirementBackedCandidate(Candidate):
def get_install_requirement(self):
# type: () -> Optional[InstallRequirement]
self.dist # HACK? Ensure the candidate is correctly prepared.
return self._ireq
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册