Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 15, 2023
2 parents a978aba + 906a01d commit a0beba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions premise/ecoinvent_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@

try:
import bw_processing

from .brightway25 import write_brightway_database

logger.info("Using Brightway 2.5")

except ImportError:
from .brightway2 import write_brightway_database

logger.info("Using Brightway 2")


Expand Down

0 comments on commit a0beba3

Please sign in to comment.