From: Thierry Parmentelat Date: Tue, 26 Jan 2010 14:05:23 +0000 (+0000) Subject: oops X-Git-Tag: PLCAPI-5.0-1^2~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=e06987bcf048598e3d2d2654434cc2e97cc6dd22;p=plcapi.git oops --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index e8e796d9..c274a511 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -247,7 +247,7 @@ class GetBootMedium(Method): def get_nodefamily (self, node): pldistro = self.api.config.PLC_FLAVOUR_NODE_PLDISTRO fcdistro = self.api.config.PLC_FLAVOUR_NODE_FCDISTRO - arch: arch = self.api.config.PLC_FLAVOUR_NODE_ARCH + arch = self.api.config.PLC_FLAVOUR_NODE_ARCH if not node: return (pldistro,fcdistro,arch)