From 805dec3fb1fc209747883a2a1b3569dfb797a022 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 31 Oct 2009 21:30:29 +0000 Subject: [PATCH] argh, another typo Signed-off-by: Mark Hymers --- daklib/dbconn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 8d8e6af8..abdea8d3 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -448,14 +448,14 @@ class BuildQueue(object): for f in self.queuefiles: if f.fileid is not None and f.fileid == poolfile.file_id or \ f.poolfile.filename == poolfile_basename: - # In this case, update the QueueFile entry so we + # In this case, update the BuildQueueFile entry so we # don't remove it too early f.lastused = datetime.now() DBConn().session().object_session(pf).add(f) return f - # Prepare QueueFile object - qf = QueueFile() + # Prepare BuildQueueFile object + qf = BuildQueueFile() qf.queue_id = self.queue_id qf.lastused = datetime.now() qf.filename = poolfile_basename -- 2.39.2