wgtmac commented on PR #1850:
URL: https://github.com/apache/orc/pull/1850#issuecomment-2005584785

   It seems that I have trouble in merging this:
   ```
   ➜  orc git:(main) ✗ ./dev/merge_orc_pr.py
   git rev-parse --abbrev-ref HEAD
   Which pull request would you like to merge? (e.g. 34): 1850
   Restoring head pointer to main
   git checkout main
   Already on 'main'
   git branch
   Traceback (most recent call last):
     File "/Users/gangwu/Projects/orc/./dev/merge_orc_pr.py", line 555, in 
<module>
       main()
     File "/Users/gangwu/Projects/orc/./dev/merge_orc_pr.py", line 465, in main
       modified_body = re.sub(re.compile(r"<!--[^>]*-->\n?", re.DOTALL), "", 
pr["body"]).lstrip()
                       
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/re/__init__.py",
 line 185, in sub
       return _compile(pattern, flags).sub(repl, string, count)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   TypeError: expected string or bytes-like object, got 'NoneType'
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to