vmalisz commented on issue #33814:
URL: https://github.com/apache/arrow/issues/33814#issuecomment-1399362274
it looks good
$ head /home/pi/pyarrow-dev/bin/cmake
```
#!/home/pi/pyarrow-dev/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from cmake import cmake
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cmake())
```
--
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]