Skip to content
Snippets Groups Projects
Commit e2092300 authored by payno's avatar payno
Browse files

[ftseries] fix missing parameter when calling self._signalReconsReady

parent a000a8b5
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ class Ftseries(BaseProcess, TomoParamsEditor): ...@@ -268,7 +268,7 @@ class Ftseries(BaseProcess, TomoParamsEditor):
# if computer is running into low memory in lbsram skip reconstruction # if computer is running into low memory in lbsram skip reconstruction
mess = 'low memory, skip reconstruction for ' + reconstruction.scanID mess = 'low memory, skip reconstruction for ' + reconstruction.scanID
logger.processSkipped(mess) logger.processSkipped(mess)
self._signalReconsReady() self._signalReconsReady(self.edftomoscan.scanID)
else: else:
self.showValidationButtons() self.showValidationButtons()
res = self.exec_() res = self.exec_()
......
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