Merge pull request #550 in PIPE/pipeline from bugfix/PIPE-1082-fix-visibility-to-session-mapping-in-executeppr to release/2020.1.0
* commit '6e3b6a79bc11be02c8aa9a0699c6947a8b78d942':
Revert "PIPE-1082: fix a fatal error of hsd_restoredata" PIPE-1082: fix a fatal error of hsd_restoredata PIPE-1082: streamline the sanitization function a bit more PIPE-1082: fix bug that improperly removes chars from SDM endings
PIPE-1082: fix bug that improperly removes chars from SDM endings
This adds more robust sanitization to
allow MSs ending in '.ms' or '_target.ms' while doing no harm to
other visibility file names.
An accompanying executeppr_test.py file is included to check this
new method.