Skip to content

Commit a35fe9a

Browse files
committed
changelog
1 parent c0f5626 commit a35fe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def parse_coordinates(coordinates):
141141
coordinates = commons.parse_coordinates(coordinates)
142142

143143
# Convert to ICRS frame, if needed
144-
if coordinates.frame != 'icrs':
144+
if coordinates.frame.name != 'icrs':
145145
coordinates = coordinates.transform_to('icrs')
146146

147147
return coordinates

0 commit comments

Comments
 (0)