From 008b36bba4431380d73d3fea2981a6e1e88a4eed Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 9 Dec 2008 13:35:48 +0000 Subject: [PATCH] again --- PLC/Methods/GetBootMedium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index aa396e5e..083e08fe 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) -- 2.45.2