(self)
| 43 | return success |
| 44 | |
| 45 | def Undo(self): |
| 46 | success = self.internalHistory.undoAll() |
| 47 | eos.db.commit() |
| 48 | wx.PostEvent(gui.mainFrame.MainFrame.getInstance(), GE.FitChanged(fitIDs=(self.fitID,))) |
| 49 | return success |
nothing calls this directly
no test coverage detected