X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetNodes.py;h=8ab44f058c49a786bc959c41c2f8ef76d6a95a3c;hb=dec2f6cf93e4320722264e185ae8531c467c4692;hp=6206a7aace202e949cbdbc608165b310c278e79c;hpb=865c7ad3dba34691309904e49cb5885e8d9cd5a1;p=plcapi.git diff --git a/PLC/Methods/GetNodes.py b/PLC/Methods/GetNodes.py index 6206a7a..8ab44f0 100644 --- a/PLC/Methods/GetNodes.py +++ b/PLC/Methods/GetNodes.py @@ -28,6 +28,7 @@ class GetNodes(Method): returns = [Node.fields] + def call(self, auth, node_filter = None, return_fields = None): # Get node information nodes = Nodes(self.api, node_filter, return_fields)