Bug
| Bug-ID-Nummer | BUG-000178635 |
|---|---|
| Eingereicht | August 12, 2025 |
| Zuletzt geändert | December 15, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.4 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen