From 15afd4c27dce6c31fa362ef3b259fee2370ffcd1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 29 Jul 2018 13:37:58 +0300 Subject: Add: python actions define a RUN() function --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c1caa5c..188c00b 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,10 @@ Version 0.53.2+git, not yet released uses. This doesn't catch when a parameters is used by a pipeline, but not declared by it. +* The worker-manager now defines a RUN() function for Python actions, + to make it easier to run commands from Python code. It's a small + wrapper around `subporocess.run()`. + Version 0.53.2, released 2018-07-18 ------------------------------------ -- cgit v1.2.1