mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
catch tcl-exception
This commit is contained in:
parent
e62503bdce
commit
765dc6d86a
@ -19,4 +19,8 @@ def StartGUI():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if not netgen.libngpy._meshing._netgen_executable_started:
|
if not netgen.libngpy._meshing._netgen_executable_started:
|
||||||
StartGUI()
|
# catch exception for building html docu on server without display
|
||||||
|
try:
|
||||||
|
StartGUI()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user