mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
getDifferenceComments is a method on series
This commit is contained in:
parent
95e5437f44
commit
91c70189fd
@ -393,7 +393,7 @@ def is_blacklisted(query):
|
|||||||
diffs = series.getDifferencesTo(source_package_name_filter=query,
|
diffs = series.getDifferencesTo(source_package_name_filter=query,
|
||||||
status='Needs attention')
|
status='Needs attention')
|
||||||
if len(diffs) == 0:
|
if len(diffs) == 0:
|
||||||
comments = getDifferenceComments(source_package_name=query)
|
comments = series.getDifferenceComments(source_package_name=query)
|
||||||
comment = '; '.join(c.body_text for c in comments)
|
comment = '; '.join(c.body_text for c in comments)
|
||||||
if comment:
|
if comment:
|
||||||
return comment
|
return comment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user