Skip to content
Snippets Groups Projects
Unverified Commit feedfca3 authored by mattminder's avatar mattminder Committed by GitHub
Browse files

Merge pull request #28 from Benedict-Carling/master

chore: Change selis to self
parents c935f8dc a1b59f1f
No related branches found
No related tags found
No related merge requests found
......@@ -983,7 +983,7 @@ class App(QMainWindow):
self.Enable(self.button_cellcorrespondence)
self.button_cellcorrespondence.setChecked(False)
self.ClearStatusBar()
selis f.reader.SaveMask(self.Tindex, self.FOVindex, self.m.plotmask)
self.reader.SaveMask(self.Tindex, self.FOVindex, self.m.plotmask)
def ButtonSaveSegMask(self):
"""saves the segmented mask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment