From 26ed1e0e0d797298dd6e0613b5ea920c9c01bf8d Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Thu, 19 Mar 2026 18:13:15 +0100 Subject: [PATCH] clean double self --- gn_tools/processing/filter_synthese.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gn_tools/processing/filter_synthese.py b/gn_tools/processing/filter_synthese.py index 64cd0dd..341dbb6 100644 --- a/gn_tools/processing/filter_synthese.py +++ b/gn_tools/processing/filter_synthese.py @@ -61,8 +61,8 @@ class GetFilterFromAPI(QDialog): if self.parent.src_name == 'GéoNature': self.get_phylog() else: - self.self.dlg.regne.deselectAllOptions() - self.self.dlg.regne.clear() + self.dlg.regne.deselectAllOptions() + self.dlg.regne.clear() self.dlg.buttonBox.accepted.connect(self.accept) self.dlg.buttonBox.rejected.connect(self.reject)