Skip to content

Allow triple quoted strings in python scripts.

The approach is to sanitize any triple quotes to triple ticks. We do it that way because we use triple quotes to encode the entire script string in vtkCPPythonScriptPipeline::Initialize()

fixes: #18599 (closed)

Merge request reports