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