FEM: gmsh tools, comment not used variable

This commit is contained in:
Bernd Hahnebach
2019-06-25 00:09:52 +02:00
parent 40e66cae6f
commit ebe41eb52c

View File

@@ -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 :-)