Further modificatons for cortexlabv3.
[sfa.git] / sfa / iotlab / iotlabaggregate.py
index 7ada108..a08f822 100644 (file)
@@ -70,8 +70,7 @@ class IotlabAggregate:
         slice_hrn, _ = urn_to_hrn(slice_xrn)
 
         # GetSlices always returns a list, even if there is only one element
-        slices = self.driver.GetSlices(
-                                        slice_filter=str(slice_hrn),
+        slices = self.driver.GetSlices(slice_filter=str(slice_hrn),
                                         slice_filter_type='slice_hrn',
                                         login=login)
 
@@ -367,7 +366,8 @@ class IotlabAggregate:
         :param sliver_allocations: dictionary of slivers
         :type sliver_allocations: dict
 
-        :returns: Node dictionary with all necessary data. .
+        :returns: Node dictionary with all necessary data.
+
         .. seealso:: node_to_rspec_node
         """
         rspec_node = self.node_to_rspec_node(sliver)