Skip to content

Commit 6c8c35a

Browse files
syed-gilanibsipocz
authored andcommitted
fixed code styling issues
1 parent 5249cd2 commit 6c8c35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/mast/missions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ def get_column_list(self):
208208
result.pop('indexed')
209209
result.pop('default_output')
210210
return results
211-
except:
211+
except Exception:
212212
raise Exception(f"Error occured while trying to get column list for mission {self.mission}")
213213

214+
214215
MastMissions = MastMissionsClass()

0 commit comments

Comments
 (0)