瀏覽代碼

g.gui.gmodeler: substitute all occurrences of variable in command (bugfix)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68848 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 年之前
父節點
當前提交
f9301d2fc6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      gui/wxpython/gmodeler/model.py

+ 0 - 1
gui/wxpython/gmodeler/model.py

@@ -1206,7 +1206,6 @@ class ModelAction(ModelObject, ogl.DividedShape):
                 for idx in range(len(cmd)):
                     if pattern.search(cmd[idx]):
                         cmd[idx] = pattern.sub(value, cmd[idx])
-                        break
                     idx += 1
 
         if string: