From bfbd7ab0a157ca63f286836252d143341ca677ec Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 16 Jan 2007 22:59:38 +0000 Subject: [PATCH] - fix typo --- PLC/Methods/SliceListUserSlices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/SliceListUserSlices.py b/PLC/Methods/SliceListUserSlices.py index 43aface..47c9027 100644 --- a/PLC/Methods/SliceListUserSlices.py +++ b/PLC/Methods/SliceListUserSlices.py @@ -31,7 +31,7 @@ class SliceListUserSlices(GetSlices, GetPersons): def call(self, auth, email): - persons = GetPersons(self, auth, [email]) + persons = GetPersons.call(self, auth, [email]) if not persons: return [] person = persons[0] -- 2.43.0