pr: Use unicode object when generating the pull request title
This commit is contained in:
parent
789560ba4d
commit
28c5525ace
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ class PullRequestModel(BaseModel):
|
|||
}
|
||||
|
||||
def generate_pullrequest_title(self, source, source_ref, target):
|
||||
return '{source}#{at_ref} to {target}'.format(
|
||||
return u'{source}#{at_ref} to {target}'.format(
|
||||
source=source,
|
||||
at_ref=source_ref,
|
||||
target=target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue