Vaclav Petras wrote:

> is there some reason for GRASS parser not checking if the input map exists?
> It checks if the output map exists and if it it does it ends execution with
> an error.

If an input map (or file) doesn't exist, you'll get an error when the
module tries to open it.

If an output map exists, it would just get silently overwritten if it
wasn't for the checks performed by G_parser().

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to