Skip to content

Commit 34b177e

Browse files
fix logger dict stuff
1 parent 83f0850 commit 34b177e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crystal_toolkit/components/pourbaix.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -904,10 +904,10 @@ def make_figure(
904904
)
905905

906906
self.logger.debug(
907-
f"Generated pourbaix diagram with {len(pourbaix_entries)} entries.",
908-
f"{'\n' + json.dumps(heatmap_entry.as_dict()) if heatmap_entry else ''}",
909-
f"{'\n' + json.dumps(conc_dict) if conc_dict else ''}",
910-
f"{'\n' + json.dumps(comp_dict) if comp_dict else ''}",
907+
f"Generated pourbaix diagram with {len(pourbaix_entries)} entries."
908+
f"{'\n' + json.dumps(heatmap_entry.as_dict()) if heatmap_entry else ''}"
909+
f"{'\n' + json.dumps(conc_dict) if conc_dict else ''}"
910+
f"{'\n' + json.dumps(comp_dict) if comp_dict else ''}"
911911
)
912912

913913
figure = self.get_figure(

0 commit comments

Comments
 (0)