oops
[plcapi.git] / 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)