[clean-up] some code cosmetics and started to implement eventinformation

This commit is contained in:
2016-09-02 14:21:59 +02:00
parent f1d806c154
commit 76a856aa11
3 changed files with 94 additions and 57 deletions

View File

@@ -530,7 +530,7 @@ class PickDlg(QDialog):
# set attribute holding data
if data is None:
try:
data = parent.getData().getWFData().copy()
data = parent.get_data().getWFData().copy()
self.data = data.select(station=station)
except AttributeError as e:
errmsg = 'You either have to put in a data or an appropriate ' \