summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Hopkins <marduk@gentoo.org>2007-07-07 22:58:57 +0000
committerAlbert Hopkins <marduk@gentoo.org>2007-07-07 22:58:57 +0000
commitcf31879519486bd88a1f7db3e36d567beed195d1 (patch)
tree1f1066cae3d93d5979923b61458bd256868b9f6c
parentClean up implementation of main RSS link and "subtitle". Fixes bug #111952 (diff)
downloadgentoo-cf31879519486bd88a1f7db3e36d567beed195d1.tar.gz
gentoo-cf31879519486bd88a1f7db3e36d567beed195d1.tar.bz2
gentoo-cf31879519486bd88a1f7db3e36d567beed195d1.zip
homepage_update: c.execute = (... Yeah, that should have been c.execute(...
Fixes bug #182943.
-rw-r--r--src/packages/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/util.py b/src/packages/util.py
index 0b9f6263cc..283bfd1586 100644
--- a/src/packages/util.py
+++ b/src/packages/util.py
@@ -34,7 +34,7 @@ class Util:
ebuild = get_extended_info(ebuild)
homepage = ebuild['homepage']
- c.execute = ("""
+ c.execute("""
UPDATE package
SET homepage = %s
WHERE category=%s