From: Thierry Parmentelat Date: Tue, 9 Dec 2008 13:35:48 +0000 (+0000) Subject: again X-Git-Tag: PLCAPI-4.3-3~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=008b36bba4431380d73d3fea2981a6e1e88a4eed;p=plcapi.git again --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index aa396e5..083e08f 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -236,7 +236,7 @@ class GetBootMedium(Method): tag=Nodes(self.api,[node_id],['arch'])[0]['arch'] if tag: arch=tag - tag=Nodes(self.api,[node_id],['arch'])[0]['pldistro'] + tag=Nodes(self.api,[node_id],['pldistro'])[0]['pldistro'] if tag: pldistro=tag return (pldistro,arch)