Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarlet committed Aug 7, 2024
1 parent c1d6ec2 commit 2963f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goes2go/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _goes_file_df(satellite, product, start, end, bands=None, refresh=True):
df["mode"] = mode_bands[0].str[1:].astype(int)
try:
df["band"] = mode_bands[1].astype(int)
except Exception: # TODO: Specific specific exception(s)
except Exception: # TODO: Specify specific expected exception(s)
# No channel data
df["band"] = None

Expand Down

0 comments on commit 2963f62

Please sign in to comment.