mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +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,
|
||||
status='Needs attention')
|
||||
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)
|
||||
if comment:
|
||||
return comment
|
||||
|
Loading…
x
Reference in New Issue
Block a user