[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:
Xavier Morel 2020-02-06 17:17:42 +01:00
parent 6909b7e583
commit fd24b791b3

View File

@ -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