From d1a8f97dc9e36fc576e0bf135c6a336384a2adcc Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 16 Jan 2007 17:15:22 +0000 Subject: [PATCH] - fix syntax errors --- PLC/Methods/SliceInfo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLC/Methods/SliceInfo.py b/PLC/Methods/SliceInfo.py index 5be35d6..94b4bb9 100644 --- a/PLC/Methods/SliceInfo.py +++ b/PLC/Methods/SliceInfo.py @@ -23,8 +23,8 @@ class SliceInfo(Method): accepts = [ Auth(), - [Mixed(Slice.fields['name']], - Parameter(bool, "Whether or not to return users for the slices", nullok = True) + [Mixed(Slice.fields['name'])], + Parameter(bool, "Whether or not to return users for the slices", nullok = True), Parameter(bool, "Whether or not to return nodes for the slices", nullok = True) ] -- 2.43.0