Skip to content

Commit

Permalink
panstarrs download error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Aug 15, 2017
1 parent 5e3e799 commit efb979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def download_catalog(self, ra_deg, dec_deg, rad_deg,
timeout=180)

# write query data into local file
outf = open('panstarrs.xml', 'wr')
outf = open('panstarrs.xml', 'w')
outf.write(r.text)
outf.close()

Expand Down

0 comments on commit efb979a

Please sign in to comment.