Skip to content

Commit

Permalink
[language] Added name to language for dot plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul authored Jan 12, 2024
1 parent f6d4983 commit b4a2755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pycram/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(self, parent: NodeMixin = None, children: Iterable[NodeMixin] = Non
self.executing_thread = {}
self.threads: List[threading.Thread] = []
self.interrupted = False
self.name = self.__class__.__name__
if children:
self.children: Language = children

Expand Down

0 comments on commit b4a2755

Please sign in to comment.