Skip to content

avoid wildcard chars in filenames

David E. DeMarle requested to merge demarle/cinema_python:fix-a-bug into master

A windows paraview user ran into trouble exporting a file series. For those the pipeline browser appends an asterisk to the base filename. File writes then fail. The simplest solution is to strip the wildcards.

Merge request reports