X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fiotlab%2Fiotlabaggregate.py;h=fc5b2dbc8134d2bdbe6b32e458007fff99090ba4;hb=0e7a41f8f081d452afeb9fb05740ca27452fceb6;hp=07dad882e819170b05bfa239360efb1094631bc9;hpb=abe140800765684e54f1cb39aec52d5c7ebf3d0b;p=sfa.git diff --git a/sfa/iotlab/iotlabaggregate.py b/sfa/iotlab/iotlabaggregate.py index 07dad882..fc5b2dbc 100644 --- a/sfa/iotlab/iotlabaggregate.py +++ b/sfa/iotlab/iotlabaggregate.py @@ -329,11 +329,11 @@ class IotlabAggregate: try: rspec_lease['slice_id'] = lease['slice_id'] except KeyError: - #No info on the slice used in iotlab_xp table + #No info on the slice used in testbed_xp table pass rspec_lease['start_time'] = lease['t_from'] rspec_lease['duration'] = (lease['t_until'] - lease['t_from']) \ - # * grain + / grain rspec_leases.append(rspec_lease) return rspec_leases