不具合
| 不具合 ID 番号 | BUG-000133395 |
|---|---|
| 送信されました | August 27, 2020 |
| 最終更新日 | July 11, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 2.6 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| 修正されたバージョン | 2.7 |
| ステータス | Fixed |
The issue can be resolved by getting the second line of the tool, which is return value", “TEXT”) appended after the first line.
For example, instead of arcpy.management.CalculateField("World Continents", "CONTINENT", "test(!OBJECTID!)", "PYTHON3", r"def test(value):
return value", "TEXT") , the code lines must look like the following: arcpy.management.CalculateField("World Continents",
"CONTINENT", "test(!OBJECTID!)", "PYTHON3", r"def test(value):return value", "TEXT")
不具合 ID: BUG-000133395
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード