Skip to content

Commit

Permalink
(Aegis) bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 19, 2023
1 parent 3ee38b6 commit 5d1f15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industry/docgen/economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def gen_economy_doc(all_economies, string_manager):
file=f,
)
collapsed_cargos = economy.collapsed_cargos
for industry in economy.industries:
for industry, flow in economy.graph.items():
extra_desc = []
for cargo in flow.accepts:
if cargo in collapsed_cargos:
Expand Down

0 comments on commit 5d1f15a

Please sign in to comment.