Skip to content

Commit

Permalink
Merge pull request #5 from SHADE-AI/bugfix;scd-fix
Browse files Browse the repository at this point in the history
scd fix
  • Loading branch information
byung-o authored Aug 10, 2022
2 parents 4db0f8a + 5108051 commit 67cfa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daidepp/parser/node_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def visit_scd(self, node, visited_children):
for scd_statment in scd_statements:
_, power, _, supply_center, ws_supply_centers, _ = scd_statment

sc_list = []
sc_list = [supply_center]
for ws_sc in ws_supply_centers:
_, sc = ws_sc
sc_list.append(sc)
Expand Down

0 comments on commit 67cfa58

Please sign in to comment.