From 959106d61b8564266b9a372ba1e8a906b7a85a57 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 20 Jun 2019 10:51:22 +0100 Subject: [PATCH] fw/workload: Update description of `cleanup_assests` parameter Improve the description of the parameter as the parameter may be used in other places aside from the teardown method. --- wa/framework/workload.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wa/framework/workload.py b/wa/framework/workload.py index 00869950..a9b7ce95 100644 --- a/wa/framework/workload.py +++ b/wa/framework/workload.py @@ -48,9 +48,9 @@ class Workload(TargetedPlugin): aliases=['clean_up'], default=True, description=""" - If ``True``, if assets are deployed as part of the workload they - will be removed again from the device as part of finalize. - """) + If ``True``, assets that are deployed or created as part of the + workload will be removed again from the device. + """), ] # Set this to True to mark that this workload poses a risk of exposing