Skip to content

Commit

Permalink
fixed-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stew-McD committed Oct 18, 2023
1 parent b51d274 commit 17377fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premise/ecoinvent_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
try:
import bw2data

major_version = int(bw2data.__version__.split('.')[0])
major_version = int(bw2data.__version__[0])
assert major_version >= 4

from .brightway25 import write_brightway_database
Expand Down

0 comments on commit 17377fb

Please sign in to comment.