Fix docstring on shell_script plugin

Change-Id: I6e92a00c72d5ee054186f93cf344df98930cdd13
This commit is contained in:
Joshua Hesketh 2014-01-18 16:17:13 +11:00
parent bb11d44b03
commit 1d0da246b5

View File

@ -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")