mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot_merge: type error in conflict handling
This commit is contained in:
parent
4af515b20d
commit
14a2b0068d
@ -1430,7 +1430,7 @@ class PullRequests(models.Model):
|
||||
template = 'runbot_merge.forwardport.linked'
|
||||
format_args = {
|
||||
'pr': self,
|
||||
'siblings': ', '.join(p.display_name for p in (self.batch_id - self)),
|
||||
'siblings': ', '.join(p.display_name for p in (self.batch_id.prs - self)),
|
||||
'footer': FOOTER,
|
||||
}
|
||||
elif not self._find_next_target():
|
||||
|
Loading…
Reference in New Issue
Block a user