Bug ID Number |
BUG-000151419 |
Submitted | August 9, 2022 |
Last Modified | October 8, 2024 |
Applies to | ArcGIS Pro |
Version found | 2.9.3 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
The lock on the file geodatabase could not be reproduced in ArcGIS Pro 3.0.3 and 3.1.3. The existence of the file geodatabase was verified and deleted using the Python command prompt. If a lock is still encountered, use os.path.exists() instead.
Workaround
Use the os.path.exists() function instead.
Steps to Reproduce