aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/workspace.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/lsp/workspace.py')
-rw-r--r--pyGHDL/lsp/workspace.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyGHDL/lsp/workspace.py b/pyGHDL/lsp/workspace.py
index 023844e81..1a2363d52 100644
--- a/pyGHDL/lsp/workspace.py
+++ b/pyGHDL/lsp/workspace.py
@@ -450,8 +450,7 @@ class Workspace(object):
res.append(
{
"name": name_table.Get_Name_Ptr(
- nodes.Get_Identifier(inters)
- ).decode("latin-1")
+ nodes.Get_Identifier(inters))
}
)
inters = nodes.Get_Chain(inters)