From 1d0da246b5340b4822d2c47c79519edd7b9ed7e4 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Sat, 18 Jan 2014 16:17:13 +1100 Subject: [PATCH] Fix docstring on shell_script plugin Change-Id: I6e92a00c72d5ee054186f93cf344df98930cdd13 --- turbo_hipster/task_plugins/shell_script/task.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/turbo_hipster/task_plugins/shell_script/task.py b/turbo_hipster/task_plugins/shell_script/task.py index 6deef4e..d798704 100644 --- a/turbo_hipster/task_plugins/shell_script/task.py +++ b/turbo_hipster/task_plugins/shell_script/task.py @@ -20,8 +20,7 @@ from turbo_hipster.lib import models class Runner(models.ShellTask): - """ This thread handles the actual sql-migration tests. - It pulls in a gearman job from the build:gate-real-db-upgrade - queue and runs it through _handle_patchset""" + """A plugin to run any shell script as defined in the config. Based on + models.ShellTask the steps can be overwritten.""" log = logging.getLogger("task_plugins.gate_real_db_upgrade.task.Runner")