Bug
| Bug-ID-Nummer | BUG-000121616 |
|---|---|
| Eingereicht | April 10, 2019 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 2.3 |
| Betriebssystem | N/A |
| Betriebssystemversion | N/A |
| Behoben in Version | 2.6 |
| Status | Fixed |
The Delete tool fails with ["a", "b", "c"] but succeeds with ["a;b;c"]. As a workaround follow the steps below:
## Use ListFeatureClasses with wildcard to obtain a list of feature classes to be deleted
fclist = arcpy.ListFeatureClasses(...)
arcpy.management.Delete(";".join(fclist))
This works in Python IDLE and standalone script, but does not work in the Python window of ArcGIS Pro.
Bug-ID: BUG-000121616
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen