Bug
| Bug ID Number | BUG-000139327 |
|---|---|
| Submitted | April 23, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Online |
| Version found | 9.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Version Fixed | 2.0.1 |
| Status | Fixed |
Use a function to write the file contents back into the Python script:
import json
f = open(filepath, 'r')
for line in f:
filecontent= line
f.close()
changedict = json.loads(filecontent)
Bug ID: BUG-000139327
Software:
Get help from ArcGIS experts
Download the Esri Support App