From dba7fc1392844cc564be1a6ee0ece7686978aa96 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 16 Oct 2006 18:58:29 +0000 Subject: [PATCH] - return the right thing --- PLC/Methods/GetPCUs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/GetPCUs.py b/PLC/Methods/GetPCUs.py index 266d45ff..60aabbb1 100644 --- a/PLC/Methods/GetPCUs.py +++ b/PLC/Methods/GetPCUs.py @@ -36,4 +36,4 @@ class GetPCUs(Method): # turn each pcu into a real dict pcus = [dict(pcu.items()) for pcu in pcus] - return PCUs(self.api, pcu_ids).values() + return pcus -- 2.47.0