[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 3/3] Update BuildQueue's __repr__ descriptor.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/dbconn.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/dbconn.py b/daklib/dbconn.py
index f7ed0a0..210c43a 100644
--- a/daklib/dbconn.py
+++ b/daklib/dbconn.py
@@ -434,7 +434,7 @@ class BuildQueue(object):
         pass
 
     def __repr__(self):
-        return '<Queue %s>' % self.queue_name
+        return '<BuildQueue %s>' % self.queue_name
 
     def add_file_from_pool(self, poolfile):
         """Copies a file into the pool.  Assumes that the PoolFile object is
-- 
1.6.3.3


Reply to: