mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-19 00:56:46 +08:00
catch tcl-exception
This commit is contained in:
@@ -19,4 +19,8 @@ def StartGUI():
|
||||
pass
|
||||
|
||||
if not netgen.libngpy._meshing._netgen_executable_started:
|
||||
StartGUI()
|
||||
# catch exception for building html docu on server without display
|
||||
try:
|
||||
StartGUI()
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user