Skip to content

Fix parameter formatting in python-based ART job scripts (ATR-20785)

The original parameter string in several jobs (originally bash scripts) used double quotes as a delimiter. When ported to python these jobs started to fail due to incorrect interpretation of the delimiter. Replacing the double quotes with single quotes fixes the problem. All four tests verified to run locally.

Merge request reports