Skip to content

Commit

Permalink
Fix export function
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 15, 2023
1 parent 3a8bcf9 commit b12eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unfold/unfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,6 @@ def write(self, superstructure: bool = False, export_dir: str = None):
correct_fields_format(
self.database, self.name or self.package.descriptor["name"]
)
BW2UnfoldExporter(
write_brightway_database(
self.name or self.package.descriptor["name"], self.database
).write_database()

0 comments on commit b12eede

Please sign in to comment.