7.1.0.15 path mapping not working?

We noticed that deadline dependencies arent working since the update. It seems that the dependency script is not being found, which previously worked via a path remap:

The original script dependency would be:
\s2\exchange\software\managed\pythonScripts\site-packages\scl\deadline\scriptDependency.py

Then there is a remapping declared:

Path to replace:
\s2\ (case insensitive)
Linux path: /mnt/s2/

But pulse (running on linux) still says:

2015-02-04 16:02:31: Dependency script does not exist: /S2/exchange/software/managed/pythonScripts/site-packages/scl/deadline/scriptDependency.py

Something is wrong there…

After rolling pulse back to 7.0.2.2, this is how the log looks like:

2015-02-04 16:31:48: CheckPathMapping: Swapped “//S2/exchange/software/managed/pythonScripts/site-packages/scl/deadline/scriptDependency.py” with “/mnt/s2/exchange/software/managed/pythonScripts/site-packages/scl/deadline/scriptDependency.py”
2015-02-04 16:31:48: Executing dependency script: /mnt/s2/exchange/software/managed/pythonScripts/site-packages/scl/deadline/scriptDependency.py

Thanks for reporting this! It was a bug in how the regions for path mapping were being checked, and it will be fixed in beta 2, which we’ll try to get out ASAP.

Cheers,
Ryan

Just a heads up that this should now be fixed in 7.1.0.16 (beta 2):
viewtopic.php?f=204&t=12971

Cheers,
Ryan

THanks Ryan, grabbing now!