Skip to content

Commit 1bf847a

Browse files
Update core.py
1 parent 7ede5b3 commit 1bf847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mpc/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ def _parse_result(self, result, **kwargs):
10331033
s = np.nan
10341034
else:
10351035
s = float(s)
1036-
1036+
10371037
rows.append((line[:3], lon, c, s, line[30:]))
10381038

10391039
tab = Table(rows=rows,

0 commit comments

Comments
 (0)