Skip to content

Commit

Permalink
Keep the name of cloudtype products when projecting.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Jul 1, 2014
1 parent b0fd5c7 commit 085af35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpop/satin/msg_hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def project(self, coverage):

retv = MsgCloudType()

retv.name = self.name
retv.package = self.package
retv.saf = self.saf
retv.product_name = self.product_name
Expand Down

0 comments on commit 085af35

Please sign in to comment.