From 58c808dd88007ba260aba454a4ec2b2e4686b23b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 18 Feb 2021 08:01:04 +0100 Subject: lsp/workspace.py: remove extract encode. --- pyGHDL/lsp/workspace.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyGHDL') 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) -- cgit v1.2.3