diff --git a/unfold/brightway25_export.py b/unfold/brightway25_export.py index 395df1d..42c212a 100644 --- a/unfold/brightway25_export.py +++ b/unfold/brightway25_export.py @@ -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()