diff options
-rw-r--r-- | pyGHDL/lsp/workspace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/lsp/workspace.py b/pyGHDL/lsp/workspace.py index d57a4e1bf..c3a575e5d 100644 --- a/pyGHDL/lsp/workspace.py +++ b/pyGHDL/lsp/workspace.py @@ -481,7 +481,7 @@ class Workspace(object): # Extract design unit from entity aspect # Do not care about the architecture. ent = nodes.Get_Entity_Name(el) - ent = nodes.Get_Named_Entity(ent); + ent = nodes.Get_Named_Entity(ent) ent = nodes.Get_Design_Unit(ent) else: assert False, pyutils.kind_image(nodes.Get_Kind(el)) |