Closed jcfreeman2 closed 2 years ago
Conceptually straightforward. Probably the main technical hurdle will be switching from direct calls to executables over to calls handled via the subprocess module, while preserving things like log output, environment variable checking, etc.
subprocess
Conceptually straightforward. Probably the main technical hurdle will be switching from direct calls to executables over to calls handled via the
subprocess
module, while preserving things like log output, environment variable checking, etc.