aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-18 08:01:04 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-18 08:01:04 +0100
commit58c808dd88007ba260aba454a4ec2b2e4686b23b (patch)
tree868b4632e2c5add234a182edbf097d0250512e1d /pyGHDL/lsp
parent8356ea3bb4e8d0e5ad8638c3d50914b64fc360ec (diff)
downloadghdl-58c808dd88007ba260aba454a4ec2b2e4686b23b.tar.gz
ghdl-58c808dd88007ba260aba454a4ec2b2e4686b23b.tar.bz2
ghdl-58c808dd88007ba260aba454a4ec2b2e4686b23b.zip
lsp/workspace.py: remove extract encode.
Diffstat (limited to 'pyGHDL/lsp')
-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)