OOps.
authorSandrine Avakian <sandrine.avakian@inria.fr>
Tue, 29 Oct 2013 14:19:24 +0000 (15:19 +0100)
committerSandrine Avakian <sandrine.avakian@inria.fr>
Tue, 29 Oct 2013 14:19:24 +0000 (15:19 +0100)
sfa/iotlab/iotlabpostgres.py

index 45a0fb1..b40c1db 100644 (file)
@@ -55,7 +55,7 @@ class LeaseTableXP (TestbedBase):
     def __repr__(self):
         """Prints the SQLAlchemy record to the format defined
         by the function.
-        """207
+        """
         result = "<lease_table : slice_hrn = %s , experiment_id %s end_time = %s" \
             % (self.slice_hrn, self.experiment_id, self.end_time)
         result += ">"