alamb commented on pull request #9637:
URL: https://github.com/apache/arrow/pull/9637#issuecomment-793098322


   I ran this locally on my mac and it seemed to work just fine (though I 
didn't actually merge a PR with it). 👍 
   
   ```
   alamb@ip-10-0-0-124 arrow2 % ./dev/merge_arrow_pr.sh 
   
   Creating Python virtual environment in 
/Users/alamb/Software/arrow2/dev/.venv3.9 ...
   
   ARROW_HOME = /Users/alamb/Software/arrow2/dev
   PROJECT_NAME = arrow
   Which pull request would you like to merge? (e.g. 34): ^CTraceback (most 
recent call last):
     File "/Users/alamb/Software/arrow2/dev/merge_arrow_pr.py", line 597, in 
<module>
       cli()
     File "/Users/alamb/Software/arrow2/dev/merge_arrow_pr.py", line 559, in cli
       pr_num = get_pr_num()
     File "/Users/alamb/Software/arrow2/dev/merge_arrow_pr.py", line 547, in 
get_pr_num
       return input("Which pull request would you like to merge? (e.g. 34): ")
   KeyboardInterrupt
   
   alamb@ip-10-0-0-124 arrow2 % 
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to