From 05f997154b39466090ca31d62cb49ad4d501c0c1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 24 Nov 2008 19:26:31 +0000 Subject: [PATCH] oops --- PLC/Methods/GetBootMedium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0