Skip to content

Commit

Permalink
🐛 Fix a string typo that snuck in on the github web merger
Browse files Browse the repository at this point in the history
Would have noticed this in the CI prior to merging the stack, but I've been completely ignoring the CI while we wait for the dependencies to actually release
  • Loading branch information
liamhuber committed Feb 7, 2024
1 parent 5f581c0 commit 8c463dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_workflow/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _save(self, backend: Literal["h5io", "tinybase"]):
f"dynamically define this node? Try using the node wrapper as a "
f"decorator instead. \n"
f"Import readiness report: \n"
f"{self.node._report_import_readiness()}""
f"{self.node._report_import_readiness()}"
)
if backend == "h5io":
h5io.write_hdf5(
Expand Down

0 comments on commit 8c463dc

Please sign in to comment.