diff --git a/premise/export.py b/premise/export.py index 5df022a4..61a5f9f4 100644 --- a/premise/export.py +++ b/premise/export.py @@ -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: