Skip to content

Commit

Permalink
Fixed autodocumentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Jun 3, 2024
1 parent 7593a55 commit 4ed6644
Show file tree
Hide file tree
Showing 2 changed files with 1,114 additions and 1,045 deletions.
2 changes: 1 addition & 1 deletion doc/auto_document_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_cgmes_data_frames():
info = dict()
circuit = CgmesCircuit(cgmes_version=CGMESVersions.v2_4_15)

for class_name, class_type in circuit.class_dict.items():
for class_name, class_type in circuit.cgmes_assets.class_dict.items():

cls = class_type("", class_name)

Expand Down
Loading

0 comments on commit 4ed6644

Please sign in to comment.