[bugfix] value has to be returned in either case

This commit is contained in:
Sebastian Wehling-Benatelli 2016-03-23 12:01:46 +01:00
parent 06576586c6
commit c1c2aa4b7c

View File

@ -534,6 +534,7 @@ class MainWindow(QMainWindow):
ans = self.data.setWFData(self.getWFFnames()) ans = self.data.setWFData(self.getWFFnames())
if ans: if ans:
self.plotWaveformData() self.plotWaveformData()
return ans
else: else:
return ans return ans