[FEM] Bugfix Gmsh Version check to be...
...Python 3.6 compatible
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user