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.