From 44381f60f8dba9301af757bcc9af89b5576b02b5 Mon Sep 17 00:00:00 2001 From: Vivien Alger <algervivie@tiolive.com> Date: Wed, 13 Jul 2011 13:31:34 +0200 Subject: [PATCH] Forgot quotes --- slapos/recipe/kvm/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slapos/recipe/kvm/__init__.py b/slapos/recipe/kvm/__init__.py index d877e8358..97e446f08 100644 --- a/slapos/recipe/kvm/__init__.py +++ b/slapos/recipe/kvm/__init__.py @@ -140,7 +140,7 @@ class Recipe(BaseSlapRecipe): __name__, os.path.join( 'template', 'kvm_run.in')) - kvm_runner_path = self.createRunningWrapper(kvm, + kvm_runner_path = self.createRunningWrapper("kvm", self.substituteTemplate(wrapper_template_location, config_dictionnary)) @@ -152,7 +152,7 @@ class Recipe(BaseSlapRecipe): 'template', 'kvm_controller_run.in' )) - kvm_controller_runner_path = self.createRunningWrapper(name, + kvm_controller_runner_path = self.createRunningWrapper("kvm_controller", self.substituteTemplate(wrapper_template_location, config_dictionnary)) -- 2.30.9