MCPcopy Create free account
hub / github.com/Kitware/VTK / raiseErrorAndExit

Function raiseErrorAndExit

IO/Xdmf3/Testing/Python/VToXLoop.py:75–77  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

73 return '''%s:[cpu stats unavailable]'''%point
74
75def raiseErrorAndExit(message):
76 raise Exception(message)
77 sys.exit(VTK_ERROR)
78
79def DoFilesExist(xdmfFile, hdf5File, vtkFile, deleteIfSo):
80 global CleanUpGood

Callers 3

DoDataObjectsDifferFunction · 0.85
TestXdmfConversionFunction · 0.85
RunTestFunction · 0.85

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected