提交 0d21dd1f 编写于 作者: A Ansgar Burchardt

daklib/dbconn.py: DBBinary.get_component_name is gone, use PoolFile.component instead

上级 6200b63d
......@@ -638,7 +638,7 @@ def get_component_by_package_suite(package, suite_list, arch_list=[], session=No
if binary is None:
return None
else:
return binary.get_component_name()
return binary.poolfile.component.component_name
__all__.append('get_component_by_package_suite')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册