Script tool with Input and Output parameters set to Feature Class, fails to honor the script with the arcpy.Exists() function.
上次发布: January 23, 2020ArcGIS Pro
漏洞 ID 编号
BUG-000128015
已提交
January 17, 2020
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.4.3
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
If a tool has an output data parameter, and the data supplied to that parameter exists at the time of execution, and the geoprocessing option to overwrite existing datasets has been set, the data gets deleted when the tool executes.
While the data does exist initially, but when arcpy.Exists is called, it is already deleted.