Skip to content

Commit

Permalink
syntax error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mommert committed May 24, 2017
1 parent 30aab63 commit c63b835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ def download_catalog(self, ra_deg, dec_deg, rad_deg,
'imag', 'e_imag', 'zmag', 'e_zmag'],
column_filters={"gmag": ("<%f" % max_mag),
"mode": "1",
"q_mode" "+"
},
"q_mode": "+"},
row_limit = max_sources)
try:
self.data = vquery.query_region(field,
Expand Down

0 comments on commit c63b835

Please sign in to comment.