fixed pylint warnings
Change-Id: Ibb3da77e9a53b7293a280659defc029416e30e3b
This commit is contained in:
committed by
Enrico Faulhaber
parent
a928c95efd
commit
c1eb764b09
@@ -355,5 +355,5 @@ class Cryostat(CryoBase):
|
||||
def shutdown(self):
|
||||
# should be called from server when the server is stopped
|
||||
self._stopflag = True
|
||||
if self._thread and self._thread.isAlive():
|
||||
if self._thread and self._thread.is_alive():
|
||||
self._thread.join()
|
||||
|
||||
Reference in New Issue
Block a user