mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] forwardport: prefix of working copy when forward porting
The missing dash makes it hard to differentiate the target's name and the random crap TemporaryDirectory tacks on. Add a separator dash.
This commit is contained in:
parent
6909b7e583
commit
fd24b791b3
@ -760,7 +760,7 @@ This PR targets %s and is part of the forward-port chain. Further PRs will be cr
|
||||
working_copy = source.clone(
|
||||
cleanup.enter_context(
|
||||
tempfile.TemporaryDirectory(
|
||||
prefix='%s:%d-to-%s' % (
|
||||
prefix='%s:%d-to-%s-' % (
|
||||
self.repository.name,
|
||||
self.number,
|
||||
target_branch.name
|
||||
|
Loading…
Reference in New Issue
Block a user