diff options
Diffstat (limited to 'Source/cmVTKWrapPythonCommand.cxx')
-rw-r--r-- | Source/cmVTKWrapPythonCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVTKWrapPythonCommand.cxx b/Source/cmVTKWrapPythonCommand.cxx index cef310f..3bde306 100644 --- a/Source/cmVTKWrapPythonCommand.cxx +++ b/Source/cmVTKWrapPythonCommand.cxx @@ -171,6 +171,7 @@ bool cmVTKWrapPythonCommand::WriteInit(const char *kitName, FILE *fout = fopen(tempOutputFile.c_str(),"w"); if (!fout) { + cmSystemTools::ReportLastSystemError("cmVTKWrapPythonCommand error:"); return false; } |