Commit 458de80
Update subprocess usage to use modern subprocess.run()
https://docs.python.org/3/library/subprocess.html#subprocess.run
> The recommended approach to invoking subprocesses is to use the run()
> function for all use cases it can handle.1 parent 7a08d9f commit 458de80
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
0 commit comments