Skip to content

Commit

Permalink
Reset accidental SEVIRI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Feb 12, 2024
1 parent e3fb4ec commit d0821bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/readers/seviri_l1b_hrit.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ def _update_attrs(self, res, info):
res.attrs["standard_name"] = info["standard_name"]
res.attrs["platform_name"] = self.platform_name
res.attrs["sensor"] = "seviri"
res.attrs["nominal_start_time"] = self.nominal_start_time
res.attrs["nominal_end_time"] = self.nominal_end_time
res.attrs["nominal_start_time"] = self.nominal_start_time,
res.attrs["nominal_end_time"] = self.nominal_end_time,
res.attrs["time_parameters"] = {
"nominal_start_time": self.nominal_start_time,
"nominal_end_time": self.nominal_end_time,
Expand Down

0 comments on commit d0821bf

Please sign in to comment.