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 Jul 31, 2024
2 parents e9dc41b + 426a71d commit 3c85918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion premise/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,9 @@ def export_db_to_simapro(self, olca_compartments=False):
print(x)

if len(self.unmatched_category_flows) > 0:
print(f"{len(self.unmatched_category_flows)} unmatched flow categories. Check unlinked.log.")
print(
f"{len(self.unmatched_category_flows)} unmatched flow categories. Check unlinked.log."
)
# save the list of unmatched flow to unlinked.log
with open("unlinked.log", "a") as f:
for item in self.unmatched_category_flows:
Expand Down

0 comments on commit 3c85918

Please sign in to comment.