[bugfix] renamed method inside array_map.py

This commit is contained in:
Marcel Paffrath 2024-07-23 16:31:52 +02:00
parent 6cce05b035
commit 5f53cc5365

View File

@ -475,7 +475,7 @@ class Array_map(QtWidgets.QWidget):
def openPickDlg(self, ind):
wfdata = self._parent.get_data().getWFData()
wfdata_comp = self._parent.get_data().getWFDataComp()
wfdata_comp = self._parent.get_data().getAltWFdata()
for index in ind:
network, station = self._station_onpick_ids[index].split('.')[:2]
pyl_mw = self._parent