From 55ced2104cec6b079c93a0c990a3950829f330a9 Mon Sep 17 00:00:00 2001 From: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:44:31 +0100 Subject: [PATCH] Update pyaedt/modules/solutions.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- pyaedt/modules/solutions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/modules/solutions.py b/pyaedt/modules/solutions.py index 7bc5bd3229b..d706775b73d 100644 --- a/pyaedt/modules/solutions.py +++ b/pyaedt/modules/solutions.py @@ -1572,7 +1572,7 @@ def plot_farfield_contour( data = self.combine_farfield(phi_scan, theta_scan) if farfield_quantity not in data: # pragma: no cover - self.logger.error("Far field quantity not available") + self.logger.error("Far field quantity is not available.") return False data_to_plot = data[farfield_quantity]