[GRASS-dev] [GRASS GIS] #3788: Bug for flag `-n` in r.lake.series
GRASS GIS
trac at osgeo.org
Sat Apr 27 16:16:13 PDT 2019
#3788: Bug for flag `-n` in r.lake.series
-------------------------------+---------------------------
Reporter: Nikos Alexandris | Owner: grass-dev@…
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Addons | Version: unspecified
Resolution: fixed | Keywords: r.lake.series
CPU: Unspecified | Platform: Unspecified
-------------------------------+---------------------------
Comment (by baharmon):
I am getting an error flag `-n` in r.lake.series when freshly installed.
Here is an example:
{{{
r.lake.series elevation=elev_lid792_1m at PERMANENT output=flood
start_water_level=105 end_water_level=116 water_level_step=1
coordinates=638899.501992,220010.458167
}}}
{{{
Traceback (most recent call last):
File
"/home/baharmon/.grass7/addons/scripts/r.lake.series", line
225, in <module>
sys.exit(main())
File
"/home/baharmon/.grass7/addons/scripts/r.lake.series", line
193, in main
flags += 'n'
TypeError: unsupported operand type(s) for +=: 'dict' and
'str'
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3788#comment:3>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list