Commit 5cbe40d5 authored by Eliott Paillard's avatar Eliott Paillard
Browse files

add potential defaultActor in actors list

parent 9f4caff3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ class SimpleListener:
                self.current_actor = self.actor_stack.pop()
            except:
                self.current_actor = "DefaultActor"
        
        if self.current_actor not in suite["actors"] :
            suite["actors"].append(self.current_actor)