Skip to content

Retry opening vtkWrapPython output for writing.

David Gobbi requested to merge dgobbi/vtk:wrappython-fopen into master

On Windows, there can be sharing violations if a program (e.g. a virus scanner) is reading a previous incarnation of the output file when we try to open it for writing. Retrying is one way around this.

Merge request reports