Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
  • Loading branch information
mbuechse committed Jan 24, 2024
1 parent ca9f9c5 commit e98c7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e98c7a0

Please sign in to comment.