From: Chris Lamb Date: Sun, 1 Nov 2009 10:23:40 +0000 (+0000) Subject: Update BuildQueue's __repr__ descriptor. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=inline;h=3c079bd6c6fe242f1535f90fd10e49548373cbef;p=dak.git Update BuildQueue's __repr__ descriptor. Signed-off-by: Chris Lamb --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index f7ed0a0a..210c43ae 100644 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -434,7 +434,7 @@ class BuildQueue(object): pass def __repr__(self): - return '' % self.queue_name + return '' % self.queue_name def add_file_from_pool(self, poolfile): """Copies a file into the pool. Assumes that the PoolFile object is