Skip to content

Commit 1a4c43a

Browse files
masternekoterryjreedyMariatta
authored
Improve the error message when backport failed. (#354)
Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Mariatta <[email protected]>
1 parent 8493e9d commit 1a4c43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miss_islington/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ async def backport_task_asyncio(
7979
await util.comment_on_pr(
8080
gh,
8181
issue_number,
82-
f"""{util.get_participants(created_by, merged_by)}, Something is wrong... I can't backport for now.
83-
Please backport using [cherry_picker](https://pypi.org/project/cherry-picker/) on command line.
82+
f"""{util.get_participants(created_by, merged_by)}, I can't backport for now. Please try again later or
83+
backport using [cherry_picker](https://pypi.org/project/cherry-picker/) on command line.
8484
```
8585
cherry_picker {commit_hash} {branch}
8686
```

0 commit comments

Comments
 (0)