Explorar o código

Fix: reset tree.is_executing after error

Joseph Brandenburg hai 9 meses
pai
achega
855342c3fe
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      base_definitions.py

+ 2 - 0
base_definitions.py

@@ -64,6 +64,8 @@ class MantisTree(NodeTree):
             self.tree_valid = False
             self.is_executing = False
             raise e
+        finally:
+            self.is_executing = False
 
     
     def display_update(self, context):