From: Sandrine Avakian <sandrine.avakian@inria.fr>
Date: Tue, 29 Oct 2013 14:19:24 +0000 (+0100)
Subject: OOps.
X-Git-Tag: sfa-3.0-2-bonfire-r1-0~5
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0cc524b0816203ed36589fa68337f9291fad0b7b;p=sfa.git

OOps.
---

diff --git a/sfa/iotlab/iotlabpostgres.py b/sfa/iotlab/iotlabpostgres.py
index 54c6db24..eed8769a 100644
--- a/sfa/iotlab/iotlabpostgres.py
+++ b/sfa/iotlab/iotlabpostgres.py
@@ -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 += ">"