X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootStates.py;h=9105d1256a9260438668cb5fae82f28cfcba7a6f;hb=f7ce7ce813d4c44502629820a3583f32a99a98f7;hp=2e458bb9f84bc763e0984c28c176f766b9db615e;hpb=9a608e111c7f8182f51753ea3f563ebc19eb4c71;p=plcapi.git diff --git a/PLC/Methods/GetBootStates.py b/PLC/Methods/GetBootStates.py index 2e458bb..9105d12 100644 --- a/PLC/Methods/GetBootStates.py +++ b/PLC/Methods/GetBootStates.py @@ -18,7 +18,7 @@ class GetBootStates(Method): ] returns = [BootState.fields['boot_state']] - + def call(self, auth): return [boot_state['boot_state'] for boot_state in BootStates(self.api)]