Skip to content
Snippets Groups Projects
Commit b0b5aad7 authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Remove tail_proc, as we read the file directly.

parent e516c9d2
No related branches found
No related tags found
2 merge requests!59Interface CrystFEL with Karabo and allow automatic parameter tunning with rcrystfel,!53Train picker arbiter kernel
......@@ -335,7 +335,7 @@ class CrystfelRunner(PythonDevice):
def __init__(self, config):
super().__init__(config)
self._crystfel_proc = None
self._tail_proc = None
#self._tail_proc = None
self.KARABO_SLOT(self.startCrystfel)
self.KARABO_SLOT(self.stopCrystfel)
......@@ -389,7 +389,7 @@ class CrystfelRunner(PythonDevice):
self.updateState(State.STARTED)
def stopCrystfel(self):
self._tail_proc.terminate()
#self._tail_proc.terminate()
self._crystfel_proc.terminate()
self.updateState(State.STOPPED)
......
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