[GRASS-dev] [GRASS GIS] #4016: i.modis.download Attribute Error

GRASS GIS trac at osgeo.org
Thu Feb 27 01:05:48 PST 2020


#4016: i.modis.download Attribute Error
------------------------------+-------------------------
  Reporter:  Gabriel De Luca  |      Owner:  grass-dev@…
      Type:  defect           |     Status:  new
  Priority:  normal           |  Milestone:
 Component:  Addons           |    Version:  unspecified
Resolution:                   |   Keywords:
       CPU:  Unspecified      |   Platform:  Linux
------------------------------+-------------------------

Comment (by lucadelu):

 Hi Gabriel,

 it seems that you have a old version of the addon.

 Instead the line 302 now is

 {{{
 if list(self.products.keys()).count(self.prod) == 1:
 }}}

 instead your line seems to be

 {{{
 if self.products.keys().count(self.prod) == 1:
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/4016#comment:4>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list