From 0b81a4f04bd2140d4524946f9743bc144a097c30 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 23 Jan 2020 14:49:12 +0100 Subject: [PATCH] (fix): use correct(existing) variable name --- pype/ftrack/tray/ftrack_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/ftrack/tray/ftrack_module.py b/pype/ftrack/tray/ftrack_module.py index dab751c001..250872f239 100644 --- a/pype/ftrack/tray/ftrack_module.py +++ b/pype/ftrack/tray/ftrack_module.py @@ -171,7 +171,7 @@ class FtrackModule: # If thread failed test Ftrack and Mongo connection elif not self.thread_socket_server.isAlive(): - self.thread_socket_server_thread.join() + self.thread_socket_server.join() self.thread_socket_server = None ftrack_accessible = False