[FEM] Bugfix Gmsh Version check to be...

...Python 3.6 compatible
This commit is contained in:
Syres916
2022-02-26 10:59:37 +00:00
committed by wwmayer
parent b05fb73196
commit 896b036aee

View File

@@ -412,7 +412,7 @@ class GmshTools():
shell=False,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True
universal_newlines=True
)
except Exception as e:
Console.PrintMessage(str(e) + "\n")