X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fiotlab%2Fiotlabaggregate.py;h=a08f822d519367eb0615bfe1d7a6b809ad922668;hb=37f98cc2ffa3fc89c70541bd98efe8a22d2d7a70;hp=25b1445ad942527c3a90b446a88b0386ce2125c2;hpb=dfbd43817f240359cfb53dd6e87be479837cba32;p=sfa.git diff --git a/sfa/iotlab/iotlabaggregate.py b/sfa/iotlab/iotlabaggregate.py index 25b1445a..a08f822d 100644 --- a/sfa/iotlab/iotlabaggregate.py +++ b/sfa/iotlab/iotlabaggregate.py @@ -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)