Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 31, 2024
1 parent 490c7c3 commit 426a71d
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 426a71d

Please sign in to comment.