[ https://issues.apache.org/jira/browse/PHOENIX-7660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth resolved PHOENIX-7660. ---------------------------------- Fix Version/s: 5.3.0 5.2.2 Resolution: Fixed Committed to master and 5.2. Thank you [~kgeiszler], and thanks to [~nihaljain.cs] for the review. > 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 > Assignee: Kevin Geiszler > Priority: Minor > Fix For: 5.3.0, 5.2.2 > > > 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)