[bugfix] value has to be returned in either case
This commit is contained in:
@@ -534,6 +534,7 @@ class MainWindow(QMainWindow):
|
||||
ans = self.data.setWFData(self.getWFFnames())
|
||||
if ans:
|
||||
self.plotWaveformData()
|
||||
return ans
|
||||
else:
|
||||
return ans
|
||||
|
||||
|
||||
Reference in New Issue
Block a user