Skip to content

Commit

Permalink
Fixes code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed Mar 24, 2016
1 parent 027290c commit 570e7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k2mosaic/k2mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def k2_tpf_urls_by_campaign(campaign, channel=None, obsmode="LC", base_url=K2_TP
urls = [k2_tpf_url(entry['K2 ID'], campaign, obsmode, base_url)
for entry in resp.json()]
return urls
except ValueErroras:
except ValueError:
raise MosaicException("Error: no data found for these parameters.")


Expand Down

0 comments on commit 570e7b8

Please sign in to comment.