git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65025 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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']: