fix some, missed import references.
This commit is contained in:
@@ -810,7 +810,7 @@ class MainFrame(wx.Frame):
|
||||
parent=self,
|
||||
style=wx.PD_APP_MODAL | wx.PD_ELAPSED_TIME,
|
||||
)
|
||||
Port.backupFits(filePath, self.backupCallback)
|
||||
Port().backupFits(filePath, self.backupCallback)
|
||||
self.progressDialog.ShowModal()
|
||||
|
||||
def exportHtml(self, event):
|
||||
|
||||
Reference in New Issue
Block a user