Skip to content

TrigPSC: Fix for appending multiple pre/post-commands

Frank Winklmeier requested to merge fwinkl/athena:psc_semicolon into master

Avoid duplicating delimiters (e.g. ';') in case the previous command was already terminated with the delimiter as this can lead to invalid Python syntax.

Merge request reports