From c5bc45218eaef64682619fb1dab1160f1e055138 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 30 Nov 2014 13:00:21 +0100 Subject: [PATCH] Fix documentation --- bootstrapvz/base/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrapvz/base/main.py b/bootstrapvz/base/main.py index fd3064d..d949bcd 100644 --- a/bootstrapvz/base/main.py +++ b/bootstrapvz/base/main.py @@ -120,8 +120,8 @@ def run(manifest, debug=False, pause_on_error=False, dry_run=False): # Create a useful little function for the provider and plugins to use, # when figuring out what tasks should be added to the rollback list. def counter_task(taskset, task, counter): - """counter_task() adds the second argument to the rollback tasklist - if the first argument is present in the list of completed tasks + """counter_task() adds the third argument to the rollback tasklist + if the second argument is present in the list of completed tasks :param set taskset: The taskset to add the rollback task to :param Task task: The task to look for in the completed tasks list