Skip to content

Commit

Permalink
Fix BW25 database export function
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Nov 27, 2024
1 parent 275fc41 commit e6fb6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unfold/brightway25_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def write_brightway_database(data: list, name: str) -> None:
print(f"Database {name} already exists: it will be overwritten.")
del databases[name]

BW25Importer(name, data).write_database()
BW25UnfoldExporter(name, data).write_database()

0 comments on commit e6fb6fa

Please sign in to comment.