From 533782a573e9b62e114aaf98ced1ca1e073c3aa6 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Fri, 16 Jun 2023 15:44:25 +0200 Subject: [PATCH] rm unnecessary 'return 0' --- Wrap/Python/ba_plot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wrap/Python/ba_plot.py b/Wrap/Python/ba_plot.py index 6a03a72e4c0..241aa47637d 100644 --- a/Wrap/Python/ba_plot.py +++ b/Wrap/Python/ba_plot.py @@ -438,8 +438,6 @@ def plot_simulation_result(result): show_or_export() - return 0 - def make_plot_row(results): make_plot(results, len(results)) -- GitLab