Changes made to a Python module referenced from a Python toolbox are not applied when the Python toolbox is refreshed.
上次发布: July 4, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000104222
已提交
April 4, 2017
上次修改时间
July 24, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.2.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
To pick up changes in a module imported by a Python toolbox, the module must be forcibly reloaded using reload(), imp.reload() or similar Python functions.
解决办法
It is necessary to close and reopen the application (ArcMap or ArcCatalog) for the module changes to be recognized in the Python toolbox.