Error
| Número de ID del error | BUG-000178635 |
|---|---|
| Enviado | August 12, 2025 |
| Última modificación | December 15, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.4 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | 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])
ID del error: BUG-000178635
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri