Codebase list python-procrunner / 2547860
fix typo in changelog Markus Gerstel 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2020 The return object will become a subprocess.CompletedProcess in a future
2121 release, which no longer allows array-based access. For a translation table
2222 of array elements to attributes please see the pull request linked above.
23 * Add a `new parameter 'raise_timeout_exceptions' (#61). <https://github.com/DiamondLightSource/python-procrunner/pull/61>`_
23 * Add a `new parameter 'raise_timeout_exception' (#61). <https://github.com/DiamondLightSource/python-procrunner/pull/61>`_
2424 When set to 'True' a subprocess.TimeoutExpired exception is raised when the
2525 process runtime exceeds the timeout threshold. This defaults to 'False' and
2626 will be set to 'True' in a future release.