pr: error format fix
This commit is contained in:
@@ -249,7 +249,7 @@ func (pr *PRProcessor) RebaseAndSkipSubmoduleCommits(prset *common.PRSet, branch
|
|||||||
for _, s := range statuses {
|
for _, s := range statuses {
|
||||||
if s.SubmoduleChanges != "S..." {
|
if s.SubmoduleChanges != "S..." {
|
||||||
git.GitExecOrPanic(common.DefaultGitPrj, "rebase", "--abort")
|
git.GitExecOrPanic(common.DefaultGitPrj, "rebase", "--abort")
|
||||||
return fmt.Errorf("Unexpected conflict in rebase. %s", s)
|
return fmt.Errorf("Unexpected conflict in rebase. %v", s)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
conflict = git.GitExec(common.DefaultGitPrj, "rebase", "--skip")
|
conflict = git.GitExec(common.DefaultGitPrj, "rebase", "--skip")
|
||||||
|
|||||||
Reference in New Issue
Block a user