Bug ID Number |
BUG-000112401 |
Submitted | March 14, 2018 |
Last Modified | May 9, 2025 |
Applies to | ArcGIS Pro |
Version found | N/A |
Operating System | Windows OS |
Operating System Version | N/A |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This bug is being closed as the data is no longer valid. The current version of ArcGIS Pro is unable to open the TBX that is provided. Please submit again if the problem persists and make sure the 'arcpy.mp' tag is included.
Workaround
Hard code layer which the user wants to change (for example, layer = maps.listLayers()[0]) or embed Get Parameter in ListLayers (for example, layer = maps.listLayers(arcpy.GetParameter(0).name)[0]).
Steps to Reproduce