Bug
| Bug ID Number | BUG-000091314 |
|---|---|
| Submitted | October 9, 2015 |
| Last Modified | June 16, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 1.1 |
| Operating System | N/A |
| Operating System Version | N/A |
| Version Fixed | 3.1 |
| Status | Fixed |
Use the old update cursor or use the Calculate Field geoprocessing tool.
def workaround0():
rows=arcpy.UpdateCursor(os.path.join(geodatabase, fcName))
for row in rows:
row.intField = None
rows.updateRow(row)
def workaround1():
arcpy.CalculateField_management(os.path.join(geodatabase, fcName), 'thisField', 'getNone()', 'PYTHON_9.3', r'def getNone():\n return None')
Bug ID: BUG-000091314
Software:
Get help from ArcGIS experts
Download the Esri Support App