Attempts to update the '<Group>.protect()' property using ArcGIS API for Python fail with the error message, "KeyError Traceback(Most recent call last)… KeyError: 'protect'."
上次发布: September 24, 2021ArcGIS API for Python
漏洞 ID 编号
BUG-000118767
已提交
December 11, 2018
上次修改时间
February 7, 2025
适用范围
ArcGIS API for Python
找到的版本
1.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is not a known issue. The correct way to use a property is to assign values to it and not call it like a function. For example, call the 'protect' property as `g.protect = True`.