oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Nov 2008 19:26:31 +0000 (19:26 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Nov 2008 19:26:31 +0000 (19:26 +0000)
PLC/Methods/GetBootMedium.py

index 0db990f..f7f0c4b 100644 (file)
@@ -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