FEM: gmsh tools, comment not used variable
This commit is contained in:
@@ -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 :-)
|
||||
|
||||
Reference in New Issue
Block a user