From: Barış Metin Date: Wed, 10 Jun 2009 10:32:19 +0000 (+0000) Subject: Fix name -> tagname. Thanks to Elliot Jaffe. X-Git-Tag: PLCAPI-4.3-20~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b11b69bead23f00eeeb6701ee1eb19ebb20307f2;hp=62cca824cb946d0477ba256ab63d9db3b981eb00;p=plcapi.git Fix name -> tagname. Thanks to Elliot Jaffe. --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 374a0b1..9da8a2b 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -235,7 +235,7 @@ class GetBootMedium(Method): if category_settings: file += '### Category : %s\n'%category for setting in category_settings: - file += '%s_%s="%s"\n'%(category.upper(),setting['name'].upper(),setting['value']) + file += '%s_%s="%s"\n'%(category.upper(),setting['tagname'].upper(),setting['value']) for interface in interfaces: if interface['method'] == 'ipmi':