We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada2eff commit caff4e4Copy full SHA for caff4e4
pyclowder/connectors.py
@@ -884,7 +884,7 @@ def start_thread(self, json_body):
884
885
def is_finished(self):
886
with self.lock:
887
- return self.thread and not self.thread.isAlive() and self.finished and len(self.messages) == 0
+ return self.thread and not self.thread.is_alive() and self.finished and len(self.messages) == 0
888
889
def process_messages(self, channel, rabbitmq_queue):
890
while self.messages:
0 commit comments