瀏覽代碼

g.gui.gmodeler: substitute all occurrences of variable in command (bugfix) (merge https://trac.osgeo.org/grass/changeset/68848 from trunk)

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

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

@@ -1152,7 +1152,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: