From: Thierry Parmentelat Date: Mon, 24 Nov 2008 19:26:31 +0000 (+0000) Subject: oops X-Git-Tag: PLCAPI-4.3-2~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=05f997154b39466090ca31d62cb49ad4d501c0c1;p=plcapi.git oops --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 0db990f..f7f0c4b 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -432,7 +432,7 @@ class GetBootMedium(Method): if "serial" in build_sh_spec: build_sh_options += " -s %s"%build_sh_spec['serial'] - for k_option in build_sh_options['-k']: + for k_option in build_sh_spec['-k']: build_sh_options += " -k %s"%k_option log_file="%s.log"%node_image