From e9f50643836a9f67742ea8ab854291e52c8c8322 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:41:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit hooks --- molSimplify/Informatics/MOF/MOF_descriptors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molSimplify/Informatics/MOF/MOF_descriptors.py b/molSimplify/Informatics/MOF/MOF_descriptors.py index 4e00d43a..8f7869be 100644 --- a/molSimplify/Informatics/MOF/MOF_descriptors.py +++ b/molSimplify/Informatics/MOF/MOF_descriptors.py @@ -1193,7 +1193,7 @@ def get_MOF_descriptors(data, depth, path=False, xyzpath=False, graph_provided=F return full_names, full_descriptors if (len(full_names) <= 1) and (len(full_descriptors) <= 1): print(f'full_names is {full_names} and full_descriptors is {full_descriptors}') - failure_str = f'Failed to featurize {name}: Only zero or one total linkers identified.\n' + failure_str = f'Failed to featurize {name}: Only zero or one total linkers identified.\n' full_names, full_descriptors = failure_response(path, failure_str) return full_names, full_descriptors