Skip to content

Commit 38bcb5a

Browse files
romainsacchiromainsacchi
authored andcommitted
fix lcia version issue
1 parent c527b30 commit 38bcb5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pathways/lcia.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ def get_lcia_method_names(ei_version="3.11"):
2525
"""
2626

2727
if ei_version != "3.11":
28-
filepath = LCIA_METHODS_EI311
29-
else:
3028
filepath = LCIA_METHODS_EI310
29+
else:
30+
filepath = LCIA_METHODS_EI311
3131

3232
with open(filepath, "r") as f:
3333
data = json.load(f)

0 commit comments

Comments
 (0)