[GRASS-dev] [GRASS GIS] #3754: v.kriging report=Filename --o does not work

#3754: v.kriging report=Filename --o does not work
------------------------------+-------------------------
Reporter: Nikos Alexandris | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version: svn-trunk
Keywords: v.kriging | CPU: Unspecified
Platform: Unspecified |
------------------------------+-------------------------
It seems that the overwrite flag for v.kriging, when outputing a `report=`
does not work. Here a failing example:

{{{
v.kriging phase=initial in=precipitation_nw_greece_3d@north_western
ic=Annual report=precipitation_nw_greece_kriging_initial_phase
ERROR: option <report>: <precipitation_nw_greece_kriging_initial_phase>
exists. To overwrite, use the --overwrite flag
}}}

and

{{{
v.kriging phase=initial in=precipitation_nw_greece_3d@north_western
ic=Annual report=precipitation_nw_greece_kriging_initial_phase --o
ERROR: Report file exists; please set up different name...
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3754&gt;
GRASS GIS <https://grass.osgeo.org>

#3754: v.kriging report=Filename --o does not work
-------------------------------+-------------------------
  Reporter: Nikos Alexandris | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone:
Component: Addons | Version: svn-trunk
Resolution: | Keywords: v.kriging
       CPU: Unspecified | Platform: Unspecified
-------------------------------+-------------------------
Changes (by martinl):

* component: Default => Addons

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3754#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>