Bug
| Bug ID Number | BUG-000178635 |
|---|---|
| Submitted | August 12, 2025 |
| Last Modified | December 15, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 3.4 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | In Product Plan |
with arcpy.da.Editor("path\\to\\myFGDB.gdb") as edit:
with arcpy.da.UpdateCursor("test_edit", "Num", where_clause="Num=1") as uc:
for row in uc:
uc.updateRow([row[0]+3])
with arcpy.da.Editor("path\\to\\myFGDB.gdb") as edit:
with arcpy.da.UpdateCursor("test_edit", "Num", where_clause="Num=2") as uc:
for row in uc:
uc.updateRow([row[0]+3])
Bug ID: BUG-000178635
Software:
Get help from ArcGIS experts
Download the Esri Support App