diff --git a/pyaedt/modules/solutions.py b/pyaedt/modules/solutions.py index 0f23950a94d..7e8fcc76793 100644 --- a/pyaedt/modules/solutions.py +++ b/pyaedt/modules/solutions.py @@ -2154,7 +2154,7 @@ def get_far_field_mesh(self, farfield_quantity="RealizedGain", format_quantity=" ff_data = conversion_function(data, format_quantity) if not isinstance(ff_data, np.ndarray): # pragma: no cover - self.logger.error("Wrong format quantity") + self.logger.error("Format of the quantity is wrong.") return False theta = np.deg2rad(np.array(self.farfield_data["Theta"]))