From e98c7a0773f7ff6dea70ef3c1c1bd5b64739e9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Wed, 24 Jan 2024 20:22:59 +0100 Subject: [PATCH] improve docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Büchse --- Tests/cleanup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/cleanup.py b/Tests/cleanup.py index 59cffc4ae..cac932784 100755 --- a/Tests/cleanup.py +++ b/Tests/cleanup.py @@ -4,8 +4,8 @@ # taken from https://github.com/osism/testbed/blob/main/terraform/scripts/cleanup.py # with minor adaptations: -# - names really start with the prefix (e.g., scs-0101-net-X instead of net-scs-0101-X) -# - collect the function inside a class +# - names really start with the prefix (e.g., PREFIX-net-X instead of net-PREFIX-X) +# - collect the original functions inside the class Janitor # - provide command-line interface in addition to environment variables # - prefix log messages with channel (can be useful for counting errors)