Skip to content

Commit 0f1c2f5

Browse files
Fix json import error
- Resolve #315
1 parent 319759e commit 0f1c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aedt_general/report/automatic_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
# The following code modifies the trace rendering prior to creating the report.
9898

9999
# +
100-
props = ansys.aedt.core.general_methods.read_json(
100+
props = ansys.aedt.core.generic.file_utils.read_json(
101101
os.path.join(project_path, "Transient_CISPR_Custom.json")
102102
)
103103

0 commit comments

Comments
 (0)