Replace os.system with subprocess.run so that it's easier to report errors correctly...
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Nov 2020 11:05:42 +0000 (12:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Nov 2020 11:05:42 +0000 (12:05 +0100)
commit02b8f1135e0536f87fbc1a68a00fb8201dc5fced
treecb2e5445ec2eee4d2fbfb76d2a80e989016b145e
parente59e21f95a8843535d14641a300f78c68942d381
Replace os.system with subprocess.run so that it's easier to report errors correctly on Windows.
cdist