Error Message RuntimeError: cannot open 'swClosedConduit' using update cursor?

254
0
09-09-2019 07:21 AM
RPGIS
by
Occasional Contributor III

Hi,

I am having some difficulties with a script that I have written where I am trying to use the update cursor and field calculate to populate a specified field of choosing. The script is being used in conjunction with a model and for some reason I get this error message below.

Traceback (most recent call last):
File "U:\Models_Tools\UpdateRowWithCount.py", line 16, in <module>
calc.updateRow(SelectTableField)
AttributeError: 'Result' object has no attribute 'updateRow'

Failed to execute (UpdateRowCount).

I would greatly appreciate any help on this.

0 Kudos
0 Replies