#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>

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to