[ https://issues.apache.org/jira/browse/PHOENIX-7660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Geiszler updated PHOENIX-7660: ------------------------------------ Description: Running {{python -m compileall}} on bin/traceserver.py shows the module has a syntax error: {code:java} % python --version Python 3.11.12 % python3 -m compileall bin/traceserver.py Compiling 'traceserver.py'... *** File "traceserver.py", line 126 ^ SyntaxError: invalid syntax{code} This error is caused by a misplaced blank line while setting a value for the {{java_cmd}} variable. was: Running {{python -m compileall}} on bin/traceserver.py shows the module has a syntax error: {code:java} % python --version Python 3.11.12 % python3 -m compileall bin/traceserver.py Compiling 'traceserver.py'... *** File "traceserver.py", line 126 ^ SyntaxError: invalid syntax{code} This error is caused by a misplaced blank line while setting a value for the java_cmd variable. > 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 > Priority: Minor > > Running {{python -m compileall}} on bin/traceserver.py shows the module has a > syntax error: > {code:java} > % python --version > Python 3.11.12 > % python3 -m compileall bin/traceserver.py > Compiling 'traceserver.py'... > *** File "traceserver.py", line 126 > > ^ > SyntaxError: invalid syntax{code} > 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)