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

...Python 3.6 compatible
This commit is contained in:
Syres916
2022-02-26 17:15:28 +01:00
committed by wwmayer
parent b05fb73196
commit 896b036aee
+1 -1
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")