mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] forwardport: reintroduce final newline in a comment
Tests check for it, easier to fix one line than change all the relevant tests.
This commit is contained in:
parent
9aac1b4a3e
commit
e065b7aba7
@ -656,7 +656,7 @@ class PullRequests(models.Model):
|
||||
]
|
||||
})
|
||||
|
||||
footer = '\nMore info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port'
|
||||
footer = '\nMore info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port\n'
|
||||
if has_conflicts and not h:
|
||||
footer = '\nWarning: at least one co-dependent PR (%s) did ' \
|
||||
'not properly forward-port, you will need to fix it ' \
|
||||
|
Loading…
Reference in New Issue
Block a user