Skip to content

Commit

Permalink
Merge branch 'cdms_cats' of github.com:keflavich/astroquery into cdms…
Browse files Browse the repository at this point in the history
…_cats
  • Loading branch information
keflavich committed Jan 14, 2025
2 parents a5dc7ec + a3f47a4 commit a1869df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/linelists/cdms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def tryfloat(x):

return result

def get_molecule(self, molecule_id, cache=True):
def get_molecule(self, molecule_id, *, cache=True):
"""
Retrieve the whole molecule table for a given molecule id
"""
Expand Down

0 comments on commit a1869df

Please sign in to comment.