Bug
| Bug-ID-Nummer | BUG-000164865 |
|---|---|
| Eingereicht | February 5, 2024 |
| Zuletzt geändert | February 22, 2024 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.2.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | In Review |
1. Return all fields in the UpdateCursor command and just update the ones that are required.
with arcpy.da.UpdateCursor('Property', ["*"]) as cursor:
for row in cursor:
print(row)
break
2. Use ArcGIS Pro 2.9 instead of a version 3.x release.
Bug-ID: BUG-000164865
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen