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)