[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang updated KAFKA-2563: --------------------------------- Description: Saw the following error while using the script to resolve a re-opened ticket a couple of times: {code} Traceback (most recent call last): File "kafka-merge-pr.py", line 474, in <module> main() File "kafka-merge-pr.py", line 460, in main resolve_jira_issues(commit_title, merged_refs, jira_comment) File "kafka-merge-pr.py", line 317, in resolve_jira_issues resolve_jira_issue(merge_branches, comment, jira_id) File "kafka-merge-pr.py", line 285, in resolve_jira_issue (major, minor, patch) = v.split(".") ValueError: too many values to unpack {code} Actually it is not related to was: Saw the following error while using the script to resolve a re-opened ticket a couple of times: {code} Traceback (most recent call last): File "kafka-merge-pr.py", line 474, in <module> main() File "kafka-merge-pr.py", line 460, in main resolve_jira_issues(commit_title, merged_refs, jira_comment) File "kafka-merge-pr.py", line 317, in resolve_jira_issues resolve_jira_issue(merge_branches, comment, jira_id) File "kafka-merge-pr.py", line 285, in resolve_jira_issue (major, minor, patch) = v.split(".") ValueError: too many values to unpack {code} > Problem resolving a re-opened ticket in kafka-merge-pr.py > --------------------------------------------------------- > > Key: KAFKA-2563 > URL: https://issues.apache.org/jira/browse/KAFKA-2563 > Project: Kafka > Issue Type: Bug > Reporter: Guozhang Wang > Assignee: Ismael Juma > Fix For: 0.9.0.0 > > > Saw the following error while using the script to resolve a re-opened ticket > a couple of times: > {code} > Traceback (most recent call last): > File "kafka-merge-pr.py", line 474, in <module> > main() > File "kafka-merge-pr.py", line 460, in main > resolve_jira_issues(commit_title, merged_refs, jira_comment) > File "kafka-merge-pr.py", line 317, in resolve_jira_issues > resolve_jira_issue(merge_branches, comment, jira_id) > File "kafka-merge-pr.py", line 285, in resolve_jira_issue > (major, minor, patch) = v.split(".") > ValueError: too many values to unpack > {code} > Actually it is not related to -- This message was sent by Atlassian JIRA (v6.3.4#6332)