From d2c7275816318d3e9e8884f3fe9bca8ed3c34c37 Mon Sep 17 00:00:00 2001 From: Sai Sindhur Malleni Date: Fri, 29 Jul 2016 10:28:16 -0400 Subject: [PATCH] Fix deprecated comment The set method no longer exists, so it is correct to remove this comment. Change-Id: I1158d521be1de38a6c89446890445f82e5fba07a --- rally/task/types.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/rally/task/types.py b/rally/task/types.py index 7d1abbd045..d05b135bf6 100644 --- a/rally/task/types.py +++ b/rally/task/types.py @@ -52,9 +52,6 @@ def _get_preprocessor_loader(plugin_name): def convert(**kwargs): """Decorator to define resource transformation(s) on scenario parameters. - This will eventually replace set(). For the time being, set() - should be preferred. - The ``kwargs`` passed as arguments are used to map a key in the scenario config to the resource type plugin used to perform a transformation on the value of the key. For instance: