Kevin Geiszler created PHOENIX-7660:
---------------------------------------
Summary: traceserver.py has a blank line that causes a syntax error
Key: PHOENIX-7660
URL: https://issues.apache.org/jira/browse/PHOENIX-7660
Project: Phoenix
Issue Type: Bug
Components: python
Reporter: Kevin Geiszler
Running python -m compileall on traceserver.py shows the module has a syntax
error:
% python --version
Python 3.11.12
% python3 -m compileall traceserver.py
Compiling 'traceserver.py'...
*** File "traceserver.py", line 126
^
SyntaxError: invalid syntax
This error is caused by a misplaced blank line while setting a value for the
java_cmd variable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)