Replace os.system with subprocess.run so that it's easier to report errors correctly...
authorcah <cah@ableton.com>
Fri, 20 Nov 2020 11:05:42 +0000 (12:05 +0100)
committercah <cah@ableton.com>
Fri, 20 Nov 2020 11:05:42 +0000 (12:05 +0100)
commitbf0c81dfceed2ce18d0e2d0d3386ef2486d84210
treecb2e5445ec2eee4d2fbfb76d2a80e989016b145e
parentb78f56d0490a07aa3aa40838fa188fffbf45abb7
Replace os.system with subprocess.run so that it's easier to report errors correctly on Windows.
cdist