oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 26 Jan 2010 14:05:23 +0000 (14:05 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 26 Jan 2010 14:05:23 +0000 (14:05 +0000)
PLC/Methods/GetBootMedium.py

index e8e796d..c274a51 100644 (file)
@@ -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)