Skip to content

Commit

Permalink
adding info
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jul 8, 2024
1 parent 7d099aa commit fb87a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdci_data_analysis/analysis/ivoa_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def parse_adql_query(query):
columns = qp.columns,
display_columns = qp.display_columns,
tables = qp.tables,
rest = qp
)
except QuerySyntaxError as qe:
logger.error(f'Error parsing ADQL query: {qe}')
Expand Down

0 comments on commit fb87a08

Please sign in to comment.