From 55dd5da3cff96f8eb3d592c1cbc3a7b5a3db7abb Mon Sep 17 00:00:00 2001 From: Markus Stoll Date: Thu, 14 Dec 2023 07:02:08 +0100 Subject: [PATCH] formatting --- mesh2vec/mesh2vec_cae.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh2vec/mesh2vec_cae.py b/mesh2vec/mesh2vec_cae.py index 81d56d3..ebecd7f 100644 --- a/mesh2vec/mesh2vec_cae.py +++ b/mesh2vec/mesh2vec_cae.py @@ -351,8 +351,8 @@ def add_features_from_ansa( okay_ansa.append(feature) else: raise ValueError( - f"Feature {feature} is unknown and allow_additional_ansa_features is False" - f"All features must be in {okay_ansa+okay_inplace}" + f"Feature {feature} is unknown and allow_additional_ansa_features " + f"is False. All features must be in {okay_ansa+okay_inplace}" ) if ansa_executable is not None: