From ebe41eb52cb96097a4a8678fdcda31332d2a0c2a Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 25 Jun 2019 00:09:52 +0200 Subject: [PATCH] FEM: gmsh tools, comment not used variable --- src/Mod/Fem/femmesh/gmshtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femmesh/gmshtools.py b/src/Mod/Fem/femmesh/gmshtools.py index 4e02d11dfd..9e75f8a9b6 100644 --- a/src/Mod/Fem/femmesh/gmshtools.py +++ b/src/Mod/Fem/femmesh/gmshtools.py @@ -738,7 +738,7 @@ class GmshTools(): ) output, error = p.communicate() if sys.version_info.major >= 3: - output = output.decode('utf-8') + # output = output.decode('utf-8') error = error.decode('utf-8') # stdout is still cut at some point # but the warnings are in stderr and thus printed :-)