id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,platform,cpu
1352,Mismatch between overwrite parameter in GCPManager and v.transform,rangoy,martinl,"It appears that commit [45931] introduces a mismatch in the overwrite parameter in grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gcpmanager.py (arround line 1395-1396)

v.transform still wants the overwrite flag to be written as ""--o"", but this changeset removes one of the ""-""s.

I don't know which of the modules are wrong, but I fixed it temporarily by applying this patch;

{{{
Index: gui/wxpython/gui_modules/gcpmanager.py
===================================================================
--- gui/wxpython/gui_modules/gcpmanager.py	(revisjon 46106)
+++ gui/wxpython/gui_modules/gcpmanager.py	(arbeidskopi)
@@ -1392,7 +1392,7 @@
                 msg = err = ''
 
                 ret, out, err = gcmd.RunCommand('v.transform',
-                                                flags = 'o',
+                                                flags = '-o',
                                                 input = vect,
                                                 output = self.outname,
                                                 pointsfile = self.file['points'],

}}}

",defect,closed,minor,6.4.2,wxGUI,svn-releasebranch64,fixed,georectify,grass-dev@…,Unspecified,Unspecified
