From 04ec6441ce9c33723da55f2dc113c1730b4c40d6 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Wed, 31 Mar 2010 21:54:29 +0200 Subject: [PATCH] skeleton: fix function name "start" to match comment and @set_hook() --- plugins/skeleton.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/skeleton.py b/plugins/skeleton.py index 0b427f1..8ab9b57 100644 --- a/plugins/skeleton.py +++ b/plugins/skeleton.py @@ -37,7 +37,7 @@ def checkconfig(params): # param is empty # @set_hook("start") -def finish(params): +def start(params): if cfg.test_verbose: print "in skeleton.start" -- 2.39.2