Skip to content

Commit 55dd5da

Browse files
committed
formatting
1 parent c0b82bb commit 55dd5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesh2vec/mesh2vec_cae.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ def add_features_from_ansa(
351351
okay_ansa.append(feature)
352352
else:
353353
raise ValueError(
354-
f"Feature {feature} is unknown and allow_additional_ansa_features is False"
355-
f"All features must be in {okay_ansa+okay_inplace}"
354+
f"Feature {feature} is unknown and allow_additional_ansa_features "
355+
f"is False. All features must be in {okay_ansa+okay_inplace}"
356356
)
357357

358358
if ansa_executable is not None:

0 commit comments

Comments
 (0)