System-level utilities and helper functions.
Bases: exceptions.Exception
Bases: exceptions.Exception
Helper method to shell out and execute a command through subprocess with optional retry.
| Parameters: |
|
|---|---|
| Returns: | (stdout, stderr) from process execution |
| Raises : | UnknownArgumentError on receiving unknown arguments |
| Raises : |