Skip to content

Commit

Permalink
ing!
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Oct 21, 2016
1 parent 78ffa18 commit 95bb052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/vamdc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ def query_molecule(self, molecule_name, chem_re_flags=0, cache=True):
try:
Vamdc = VamdcClass()
except ImportError:
log.warn("vamdclib could not be imported; the vamdc astroquery module will not work")
log.warning("vamdclib could not be imported; the vamdc astroquery module will not work")
Vamdc = VamdcClass(doimport=False)

0 comments on commit 95bb052

Please sign in to comment.