Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jul 26, 2018
1 parent ef2303d commit 8b6ea00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/merge_spark_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ def choose_jira_assignee(issue, asf_jira):
asf_jira.assign_issue(issue.key, assignee.key)
return assignee
except KeyboardInterrupt:
traceback.print_exc()
sys.exit(-1)
raise
except:
traceback.print_exc()
print("Error assigning JIRA, try again (or leave blank and fix manually)")
Expand Down

0 comments on commit 8b6ea00

Please sign in to comment.