Skip to content

Commit

Permalink
adql download fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzodeveloper committed Nov 29, 2023
1 parent 69be54e commit 2fcaf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyasassn/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def adql_query(
else:
raise ValueError("needs propper id column to download lightcurves")
# Get tar ids
tar_ids = list(id_col)
tar_ids = list(tar_df[id_col])

# Returns a LightCurveCollection object, or a list of light curve files when save_dir is set
return self._get_curves(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="skypatrol",
version="0.6.14",
version="0.6.15",
url="https://github.com/asas_sn/skypatrol/",
author="ASAS-SN",
author_email="[email protected]",
Expand Down

0 comments on commit 2fcaf65

Please sign in to comment.