소스 검색

wx.vnet: merge with G7 https://trac.osgeo.org/grass/changeset/63953

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65025 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 10 년 전
부모
커밋
58fa4393cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/vnet/vnet_data.py

+ 1 - 1
gui/wxpython/vnet/vnet_data.py

@@ -647,7 +647,7 @@ class VNETAnalysisParameters:
                 invParams.append(col)
                 continue
             
-            if not columnchoices[col].value['type'] not in ['integer', 'double precision']:
+            if columnchoices[params[col]]['type'] not in ['integer', 'double precision']: 
                 invParams.append(col)
                 continue