Skip to content
  • Artur Grunau's avatar
    Make the regex used to detect pipelines more permissive · f51cf570
    Artur Grunau authored
    Automatic pipeline registration would fail for certain valid ways of
    declaring a pipeline:
    - if the base pipeline class was qualified with a namespace
    - if the pipeline inherited from additional classes
    - if the declaration followed coding conventions different than CAMPVis'
      (e.g. no space before :, { on a new line)
    
    Make the regex used to detect pipelines more permissive to handle the
    above cases.
    
    Closes #233
    f51cf570