- if the appropriate message template doesn't exist log error and exit without throwi...
[plcapi.git] / PLC / Methods / GetNodes.py
index 6206a7a..8ab44f0 100644 (file)
@@ -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)