Commit 44381f60 authored by Vivien Alger's avatar Vivien Alger

Forgot quotes

parent aa3e52de
...@@ -140,7 +140,7 @@ class Recipe(BaseSlapRecipe): ...@@ -140,7 +140,7 @@ class Recipe(BaseSlapRecipe):
__name__, os.path.join( __name__, os.path.join(
'template', 'kvm_run.in')) 'template', 'kvm_run.in'))
kvm_runner_path = self.createRunningWrapper(kvm, kvm_runner_path = self.createRunningWrapper("kvm",
self.substituteTemplate(wrapper_template_location, self.substituteTemplate(wrapper_template_location,
config_dictionnary)) config_dictionnary))
...@@ -152,7 +152,7 @@ class Recipe(BaseSlapRecipe): ...@@ -152,7 +152,7 @@ class Recipe(BaseSlapRecipe):
'template', 'template',
'kvm_controller_run.in' )) 'kvm_controller_run.in' ))
kvm_controller_runner_path = self.createRunningWrapper(name, kvm_controller_runner_path = self.createRunningWrapper("kvm_controller",
self.substituteTemplate(wrapper_template_location, self.substituteTemplate(wrapper_template_location,
config_dictionnary)) config_dictionnary))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment