You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2018/07/26 08:29:00 UTC

[jira] [Created] (SPARK-24929) Merge script swallow KeyboardInterrupt

Hyukjin Kwon created SPARK-24929:
------------------------------------

             Summary: Merge script swallow KeyboardInterrupt
                 Key: SPARK-24929
                 URL: https://issues.apache.org/jira/browse/SPARK-24929
             Project: Spark
          Issue Type: Improvement
          Components: Project Infra
    Affects Versions: 2.4.0
            Reporter: Hyukjin Kwon


If I want to get out of the loop to assign JIRA's user by command+c (KeyboardInterrupt), I am unable to get out as below:

{code}
Error assigning JIRA, try again (or leave blank and fix manually)
JIRA is unassigned, choose assignee
[0] todd.chen (Reporter)
Enter number of user, or userid,  to assign to (blank to leave unassigned):Traceback (most recent call last):
  File "./dev/merge_spark_pr.py", line 322, in choose_jira_assignee
    "Enter number of user, or userid,  to assign to (blank to leave unassigned):")
KeyboardInterrupt
Error assigning JIRA, try again (or leave blank and fix manually)
JIRA is unassigned, choose assignee
[0] todd.chen (Reporter)
Enter number of user, or userid,  to assign to (blank to leave unassigned):Traceback (most recent call last):
  File "./dev/merge_spark_pr.py", line 322, in choose_jira_assignee
    "Enter number of user, or userid,  to assign to (blank to leave unassigned):")
KeyboardInterrupt
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org